Shades of Dark Cerulean #055D89
Tints of Dark Cerulean #055D89
RGB
CMYK
RGB Variations
Color information
#055D89 (or 0x055D89) is known color: Dark Cerulean. HEX triplet: 05, 5D and 89. RGB value is (5,93,137). Sum of RGB (Red+Green+Blue) = 5+93+137=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #055D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055D89 is #FAA276. Grayscale: #474747. Windows color (decimal): -16425591 or 9002245. OLE color: 9002245.
HSL color Cylindrical-coordinate representation of color #055D89: hue angle of 200º 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 #055D89 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 93 | 137 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.46 |
| HSL | 200º | 0.93% | 0.28% | - |
| HSV(B) | 200º | 0.96% | 0.54% | - |
| XYZ | 8.49 | 9.67 | 25.09 | - |
| YUV | 71.7 | 164.85 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 137 | 0.96 | 0.32 | 0 | 0.46 | 200 | 0.93 | 0.28 |
| Hex | 5 | 5D | 89 | 60 | 20 | 0 | 2E | C8 | 5D | 1C |
| Octal | 5 | 135 | 211 | 140 | 40 | 0 | 56 | 310 | 135 | 34 |
| Binary | 101 | 1011101 | 10001001 | 1100000 | 100000 | 0 | 101110 | 11001000 | 1011101 | 11100 |
Color Harmonies of #055D89
Complementary color
Monochromatic Colors of #055D89
Black with #055D89
Text Example
Text Example
White with #055D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D89; }
p { color: rgb(5,93,137); }
H1.HeaderClassName
{
color: #055D89;
}
.AnyTagClassName
{
color: #055D89;
}
</style>
background-color css
<style>
a { background-color: #055D89; }
a { background-color: rgb(5,93,137); }
div.DivClassName
{
background-color: #055D89;
}
.BgClassName
{
background-color: #055D89;
}
</style>
border-color css
<style>
span { border-color: #055D89; }
span { border-color: rgb(5,93,137); }
td.TdClassName
{
border-color: #055D89;
}
.TagClassName
{
border-color: #055D89;
}
</style>