Html Css Color HEX #055B89 Dark Cerulean

📋 copy color: '#055B89'

red 5 ◦ green 91 ◦ blue 137

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

Shades of Dark Cerulean #055B89

Tints of Dark Cerulean #055B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.06%

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

R = 2.15%
G = 39.06%
B = 58.8%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#055B89 (or 0x055B89) is known color: Dark Cerulean. HEX triplet: 05, 5B and 89. RGB value is (5,91,137). Sum of RGB (Red+Green+Blue) = 5+91+137=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #055B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055B89 is #FAA476. Grayscale: #464646. Windows color (decimal): -16426103 or 9001733. OLE color: 9001733.

HSL color Cylindrical-coordinate representation of color #055B89: hue angle of 200.91º 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 #055B89 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 91 137 -
CMYK 0.96 0.34 0 0.46
HSL 200.91º 0.93% 0.28% -
HSV(B) 200.91º 0.96% 0.54% -
XYZ 8.32 9.32 25.03 -
YUV 70.53 165.51 81.26 -
System Red Green Blue C M Y K H S L
Decimal 5 91 137 0.96 0.34 0 0.46 200.91 0.93 0.28
Hex 5 5B 89 60 22 0 2E C9 5D 1C
Octal 5 133 211 140 42 0 56 311 135 34
Binary 101 1011011 10001001 1100000 100010 0 101110 11001001 1011101 11100

Color Harmonies of #055B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055B89

Black with #055B89

Text Example


Text Example

White with #055B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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