Html Css Color HEX #055587 Dark Cerulean

📋 copy color: '#055587'

red 5 ◦ green 85 ◦ blue 135

#055587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #055587

Tints of Dark Cerulean #055587

RGB

 RED value IS 5 (2.34% from 255) = 2.22%

 GREEN value IS 85 (33.59% from 255) = 37.78%

 BLUE value IS 135 (53.13% from 255) = 60%

R = 2.22%
G = 37.78%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#055587 (or 0x055587) is known color: Dark Cerulean. HEX triplet: 05, 55 and 87. RGB value is (5,85,135). Sum of RGB (Red+Green+Blue) = 5+85+135=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #055587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055587 is #FAAA78. Grayscale: #424242. Windows color (decimal): -16427641 or 8869125. OLE color: 8869125.

HSL color Cylindrical-coordinate representation of color #055587: hue angle of 203.08º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055587 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 85 135 -
CMYK 0.96 0.37 0 0.47
HSL 203.08º 0.93% 0.27% -
HSV(B) 203.08º 0.96% 0.53% -
XYZ 7.68 8.28 24.11 -
YUV 66.78 166.5 83.93 -
System Red Green Blue C M Y K H S L
Decimal 5 85 135 0.96 0.37 0 0.47 203.08 0.93 0.27
Hex 5 55 87 60 25 0 2F CB 5D 1B
Octal 5 125 207 140 45 0 57 313 135 33
Binary 101 1010101 10000111 1100000 100101 0 101111 11001011 1011101 11011

Color Harmonies of #055587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055587

Black with #055587

Text Example


Text Example

White with #055587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055587; }

 p { color: rgb(5,85,135); }

 H1.HeaderClassName
 {
   color: #055587;
 }
 .AnyTagClassName
 {
   color: #055587;
 }
</style>

background-color css

<style>
 a { background-color: #055587; }

 a { background-color: rgb(5,85,135); }

 div.DivClassName
 {
   background-color: #055587;
 }
 .BgClassName
 {
   background-color: #055587;
 }
</style>

border-color css

<style>
 span { border-color: #055587; }

 span { border-color: rgb(5,85,135); }

 td.TdClassName
 {
   border-color: #055587;
 }
 .TagClassName
 {
   border-color: #055587;
 }
</style>