Shades of Dark Cerulean #055B8C
Tints of Dark Cerulean #055B8C
RGB
CMYK
RGB Variations
Color information
#055B8C (or 0x055B8C) is known color: Dark Cerulean. HEX triplet: 05, 5B and 8C. RGB value is (5,91,140). Sum of RGB (Red+Green+Blue) = 5+91+140=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #055B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055B8C is #FAA473. Grayscale: #464646. Windows color (decimal): -16426100 or 9198341. OLE color: 9198341.
HSL color Cylindrical-coordinate representation of color #055B8C: hue angle of 201.78º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055B8C is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 91 | 140 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.45 |
| HSL | 201.78º | 0.93% | 0.28% | - |
| HSV(B) | 201.78º | 0.96% | 0.55% | - |
| XYZ | 8.54 | 9.41 | 26.18 | - |
| YUV | 70.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 140 | 0.96 | 0.35 | 0 | 0.45 | 201.78 | 0.93 | 0.28 |
| Hex | 5 | 5B | 8C | 60 | 23 | 0 | 2D | CA | 5D | 1C |
| Octal | 5 | 133 | 214 | 140 | 43 | 0 | 55 | 312 | 135 | 34 |
| Binary | 101 | 1011011 | 10001100 | 1100000 | 100011 | 0 | 101101 | 11001010 | 1011101 | 11100 |
Color Harmonies of #055B8C
Complementary color
Monochromatic Colors of #055B8C
Black with #055B8C
Text Example
Text Example
White with #055B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B8C; }
p { color: rgb(5,91,140); }
H1.HeaderClassName
{
color: #055B8C;
}
.AnyTagClassName
{
color: #055B8C;
}
</style>
background-color css
<style>
a { background-color: #055B8C; }
a { background-color: rgb(5,91,140); }
div.DivClassName
{
background-color: #055B8C;
}
.BgClassName
{
background-color: #055B8C;
}
</style>
border-color css
<style>
span { border-color: #055B8C; }
span { border-color: rgb(5,91,140); }
td.TdClassName
{
border-color: #055B8C;
}
.TagClassName
{
border-color: #055B8C;
}
</style>