Html Css Color HEX #055588 Dark Cerulean

📋 copy color: '#055588'

red 5 ◦ green 85 ◦ blue 136

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

Shades of Dark Cerulean #055588

Tints of Dark Cerulean #055588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 60.18%

R = 2.21%
G = 37.61%
B = 60.18%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#055588 (or 0x055588) is known color: Dark Cerulean. HEX triplet: 05, 55 and 88. RGB value is (5,85,136). Sum of RGB (Red+Green+Blue) = 5+85+136=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #055588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055588 is #FAAA77. Grayscale: #424242. Windows color (decimal): -16427640 or 8934661. OLE color: 8934661.

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

Color convert

RGB 5 85 136 -
CMYK 0.96 0.38 0 0.47
HSL 203.36º 0.93% 0.28% -
HSV(B) 203.36º 0.96% 0.53% -
XYZ 7.76 8.31 24.49 -
YUV 66.89 167 83.85 -
System Red Green Blue C M Y K H S L
Decimal 5 85 136 0.96 0.38 0 0.47 203.36 0.93 0.28
Hex 5 55 88 60 26 0 2F CB 5D 1C
Octal 5 125 210 140 46 0 57 313 135 34
Binary 101 1010101 10001000 1100000 100110 0 101111 11001011 1011101 11100

Color Harmonies of #055588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055588

Black with #055588

Text Example


Text Example

White with #055588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055588; }

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

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

background-color css

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

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

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

border-color css

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

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

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