Color Hex Logo

#05435a Color Hex

#05435A
(5,67,90)
0 Favorites   0 Comments

Color spaces of #05435a

RGB 56790
HSL0.550.890.19
HSV196°94°35°
CMYK 0.940.260.00   0.65
XYZ3.91524.784810.3901
Yxy4.78480.20510.2506
Hunter Lab21.8742-6.3306-12.8504
CIE-Lab26.1127-8.8401-18.7857

#05435a color RGB value is (5,67,90).

#05435a hex color red value is 5, green value is 67 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #05435a hue: 0.55 , saturation: 0.89 and the lightness value of 05435a is 0.19.

The process color (four color CMYK) of #05435a color hex is 0.94, 0.26, 0.00, 0.65. Web safe color of #05435a is #003366. Color #05435a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000011 01011010
Octal 5 103 132
Decimal 5 67 90
Hex 5 43 5A

RGB Percentages of Color #05435a

%3.09
%41.36
%55.56

CMYK Percentages of Color #05435a

%94
%26
%0
%65

Triadic Colors of #05435a

#05435a #5a0543 #435a05

Analogous Colors of #05435a

#05435a #05195a #055a47

Monochromatic Colors of #05435a

#05435a

Complementary Color

#05435a #5a1c05

#05435a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05435a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05435a Color CSS Codes

.mybgcolor {background-color:#05435a; } 
.myforecolor {color:#05435a; }
.mybordercolor {border:3px solid #05435a; }

#05435a Text Font Color

<p style="color:#05435a">Text here</p>

This sample text font color is #05435a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#05435a Background Color

<div style="background-color:#05435a">
Div content here</div>

This div background color is #05435a


#05435a Border Color

<div style="border:3px solid #05435a">
Div here</div>

This div border color is #05435a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,67,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05435a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05435a;
  -webkit-box-shadow: 1px 1px 3px 2px #05435a;
  box-shadow:         1px 1px 3px 2px #05435a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,67,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #05435a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #05435a;
  -webkit-box-shadow: 1px 1px 3px 2px #05435a;
  box-shadow:         1px 1px 3px 2px #05435a;">
Div content here</div>

This div box has shadow with color #05435a


Comments

No comments written yet.

Please login to write comment.