Shades of Dark Cerulean #055782
Tints of Dark Cerulean #055782
RGB
CMYK
RGB Variations
Color information
#055782 (or 0x055782) is known color: Dark Cerulean. HEX triplet: 05, 57 and 82. RGB value is (5,87,130). Sum of RGB (Red+Green+Blue) = 5+87+130=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #055782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055782 is #FAA87D. Grayscale: #434343. Windows color (decimal): -16427134 or 8541957. OLE color: 8541957.
HSL color Cylindrical-coordinate representation of color #055782: hue angle of 200.64º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055782 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 87 | 130 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.49 |
| HSL | 200.64º | 0.93% | 0.26% | - |
| HSV(B) | 200.64º | 0.96% | 0.51% | - |
| XYZ | 7.5 | 8.46 | 22.36 | - |
| YUV | 67.38 | 163.33 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 130 | 0.96 | 0.33 | 0 | 0.49 | 200.64 | 0.93 | 0.26 |
| Hex | 5 | 57 | 82 | 60 | 21 | 0 | 31 | C9 | 5D | 1A |
| Octal | 5 | 127 | 202 | 140 | 41 | 0 | 61 | 311 | 135 | 32 |
| Binary | 101 | 1010111 | 10000010 | 1100000 | 100001 | 0 | 110001 | 11001001 | 1011101 | 11010 |
Color Harmonies of #055782
Complementary color
Monochromatic Colors of #055782
Black with #055782
Text Example
Text Example
White with #055782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055782; }
p { color: rgb(5,87,130); }
H1.HeaderClassName
{
color: #055782;
}
.AnyTagClassName
{
color: #055782;
}
</style>
background-color css
<style>
a { background-color: #055782; }
a { background-color: rgb(5,87,130); }
div.DivClassName
{
background-color: #055782;
}
.BgClassName
{
background-color: #055782;
}
</style>
border-color css
<style>
span { border-color: #055782; }
span { border-color: rgb(5,87,130); }
td.TdClassName
{
border-color: #055782;
}
.TagClassName
{
border-color: #055782;
}
</style>