Shades of Dark Cerulean #055384
Tints of Dark Cerulean #055384
RGB
CMYK
RGB Variations
Color information
#055384 (or 0x055384) is known color: Dark Cerulean. HEX triplet: 05, 53 and 84. RGB value is (5,83,132). Sum of RGB (Red+Green+Blue) = 5+83+132=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #055384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055384 is #FAAC7B. Grayscale: #404040. Windows color (decimal): -16428156 or 8672005. OLE color: 8672005.
HSL color Cylindrical-coordinate representation of color #055384: hue angle of 203.15º 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 #055384 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 83 | 132 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.48 |
| HSL | 203.15º | 0.93% | 0.27% | - |
| HSV(B) | 203.15º | 0.96% | 0.52% | - |
| XYZ | 7.32 | 7.88 | 22.97 | - |
| YUV | 65.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 132 | 0.96 | 0.37 | 0 | 0.48 | 203.15 | 0.93 | 0.27 |
| Hex | 5 | 53 | 84 | 60 | 25 | 0 | 30 | CB | 5D | 1B |
| Octal | 5 | 123 | 204 | 140 | 45 | 0 | 60 | 313 | 135 | 33 |
| Binary | 101 | 1010011 | 10000100 | 1100000 | 100101 | 0 | 110000 | 11001011 | 1011101 | 11011 |
Color Harmonies of #055384
Complementary color
Monochromatic Colors of #055384
Black with #055384
Text Example
Text Example
White with #055384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055384; }
p { color: rgb(5,83,132); }
H1.HeaderClassName
{
color: #055384;
}
.AnyTagClassName
{
color: #055384;
}
</style>
background-color css
<style>
a { background-color: #055384; }
a { background-color: rgb(5,83,132); }
div.DivClassName
{
background-color: #055384;
}
.BgClassName
{
background-color: #055384;
}
</style>
border-color css
<style>
span { border-color: #055384; }
span { border-color: rgb(5,83,132); }
td.TdClassName
{
border-color: #055384;
}
.TagClassName
{
border-color: #055384;
}
</style>