Shades of Dark Cerulean #05557D
Tints of Dark Cerulean #05557D
RGB
CMYK
RGB Variations
Color information
#05557D (or 0x05557D) is known color: Dark Cerulean. HEX triplet: 05, 55 and 7D. RGB value is (5,85,125). Sum of RGB (Red+Green+Blue) = 5+85+125=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #05557D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05557D is #FAAA82. Grayscale: #414141. Windows color (decimal): -16427651 or 8213765. OLE color: 8213765.
HSL color Cylindrical-coordinate representation of color #05557D: hue angle of 200º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05557D is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 85 | 125 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.51 |
| HSL | 200º | 0.92% | 0.25% | - |
| HSV(B) | 200º | 0.96% | 0.49% | - |
| XYZ | 7.01 | 8.01 | 20.58 | - |
| YUV | 65.64 | 161.5 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 125 | 0.96 | 0.32 | 0 | 0.51 | 200 | 0.92 | 0.25 |
| Hex | 5 | 55 | 7D | 60 | 20 | 0 | 33 | C8 | 5C | 19 |
| Octal | 5 | 125 | 175 | 140 | 40 | 0 | 63 | 310 | 134 | 31 |
| Binary | 101 | 1010101 | 1111101 | 1100000 | 100000 | 0 | 110011 | 11001000 | 1011100 | 11001 |
Color Harmonies of #05557D
Complementary color
Monochromatic Colors of #05557D
Black with #05557D
Text Example
Text Example
White with #05557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05557D; }
p { color: rgb(5,85,125); }
H1.HeaderClassName
{
color: #05557D;
}
.AnyTagClassName
{
color: #05557D;
}
</style>
background-color css
<style>
a { background-color: #05557D; }
a { background-color: rgb(5,85,125); }
div.DivClassName
{
background-color: #05557D;
}
.BgClassName
{
background-color: #05557D;
}
</style>
border-color css
<style>
span { border-color: #05557D; }
span { border-color: rgb(5,85,125); }
td.TdClassName
{
border-color: #05557D;
}
.TagClassName
{
border-color: #05557D;
}
</style>