Shades of Dark Cerulean #054584
Tints of Dark Cerulean #054584
RGB
CMYK
RGB Variations
Color information
#054584 (or 0x054584) is known color: Dark Cerulean. HEX triplet: 05, 45 and 84. RGB value is (5,69,132). Sum of RGB (Red+Green+Blue) = 5+69+132=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 132 (51.95% from 255 or 64.08% from 206); Max value from RGB is 132 - color contains mainly: blue. Hex color #054584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054584 is #FABA7B. Grayscale: #383838. Windows color (decimal): -16431740 or 8668421. OLE color: 8668421.
HSL color Cylindrical-coordinate representation of color #054584: hue angle of 209.76º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054584 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 69 | 132 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.48 |
| HSL | 209.76º | 0.93% | 0.27% | - |
| HSV(B) | 209.76º | 0.96% | 0.52% | - |
| XYZ | 6.36 | 5.95 | 22.64 | - |
| YUV | 57.05 | 170.3 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 132 | 0.96 | 0.48 | 0 | 0.48 | 209.76 | 0.93 | 0.27 |
| Hex | 5 | 45 | 84 | 60 | 30 | 0 | 30 | D2 | 5D | 1B |
| Octal | 5 | 105 | 204 | 140 | 60 | 0 | 60 | 322 | 135 | 33 |
| Binary | 101 | 1000101 | 10000100 | 1100000 | 110000 | 0 | 110000 | 11010010 | 1011101 | 11011 |
Color Harmonies of #054584
Complementary color
Monochromatic Colors of #054584
Black with #054584
Text Example
Text Example
White with #054584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054584; }
p { color: rgb(5,69,132); }
H1.HeaderClassName
{
color: #054584;
}
.AnyTagClassName
{
color: #054584;
}
</style>
background-color css
<style>
a { background-color: #054584; }
a { background-color: rgb(5,69,132); }
div.DivClassName
{
background-color: #054584;
}
.BgClassName
{
background-color: #054584;
}
</style>
border-color css
<style>
span { border-color: #054584; }
span { border-color: rgb(5,69,132); }
td.TdClassName
{
border-color: #054584;
}
.TagClassName
{
border-color: #054584;
}
</style>