Shades of Dark Cerulean #054576
Tints of Dark Cerulean #054576
RGB
CMYK
RGB Variations
Color information
#054576 (or 0x054576) is known color: Dark Cerulean. HEX triplet: 05, 45 and 76. RGB value is (5,69,118). Sum of RGB (Red+Green+Blue) = 5+69+118=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #054576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054576 is #FABA89. Grayscale: #373737. Windows color (decimal): -16431754 or 7750917. OLE color: 7750917.
HSL color Cylindrical-coordinate representation of color #054576: hue angle of 206.02º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054576 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 69 | 118 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.54 |
| HSL | 206.02º | 0.92% | 0.24% | - |
| HSV(B) | 206.02º | 0.96% | 0.46% | - |
| XYZ | 5.46 | 5.6 | 17.93 | - |
| YUV | 55.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 118 | 0.96 | 0.42 | 0 | 0.54 | 206.02 | 0.92 | 0.24 |
| Hex | 5 | 45 | 76 | 60 | 2A | 0 | 36 | CE | 5C | 18 |
| Octal | 5 | 105 | 166 | 140 | 52 | 0 | 66 | 316 | 134 | 30 |
| Binary | 101 | 1000101 | 1110110 | 1100000 | 101010 | 0 | 110110 | 11001110 | 1011100 | 11000 |
Color Harmonies of #054576
Complementary color
Monochromatic Colors of #054576
Black with #054576
Text Example
Text Example
White with #054576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054576; }
p { color: rgb(5,69,118); }
H1.HeaderClassName
{
color: #054576;
}
.AnyTagClassName
{
color: #054576;
}
</style>
background-color css
<style>
a { background-color: #054576; }
a { background-color: rgb(5,69,118); }
div.DivClassName
{
background-color: #054576;
}
.BgClassName
{
background-color: #054576;
}
</style>
border-color css
<style>
span { border-color: #054576; }
span { border-color: rgb(5,69,118); }
td.TdClassName
{
border-color: #054576;
}
.TagClassName
{
border-color: #054576;
}
</style>