Html Css Color HEX #055589 Dark Cerulean

📋 copy color: '#055589'

red 5 ◦ green 85 ◦ blue 137

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

Shades of Dark Cerulean #055589

Tints of Dark Cerulean #055589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 60.35%

R = 2.2%
G = 37.44%
B = 60.35%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#055589 (or 0x055589) is known color: Dark Cerulean. HEX triplet: 05, 55 and 89. RGB value is (5,85,137). Sum of RGB (Red+Green+Blue) = 5+85+137=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #055589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055589 is #FAAA76. Grayscale: #424242. Windows color (decimal): -16427639 or 9000197. OLE color: 9000197.

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

Color convert

RGB 5 85 137 -
CMYK 0.96 0.38 0 0.46
HSL 203.64º 0.93% 0.28% -
HSV(B) 203.64º 0.96% 0.54% -
XYZ 7.83 8.34 24.86 -
YUV 67.01 167.5 83.77 -
System Red Green Blue C M Y K H S L
Decimal 5 85 137 0.96 0.38 0 0.46 203.64 0.93 0.28
Hex 5 55 89 60 26 0 2E CC 5D 1C
Octal 5 125 211 140 46 0 56 314 135 34
Binary 101 1010101 10001001 1100000 100110 0 101110 11001100 1011101 11100

Color Harmonies of #055589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055589

Black with #055589

Text Example


Text Example

White with #055589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055589; }

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

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

background-color css

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

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

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

border-color css

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

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

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