Shades of Dark Cerulean #05517E
Tints of Dark Cerulean #05517E
RGB
CMYK
RGB Variations
Color information
#05517E (or 0x05517E) is known color: Dark Cerulean. HEX triplet: 05, 51 and 7E. RGB value is (5,81,126). Sum of RGB (Red+Green+Blue) = 5+81+126=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #05517E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05517E is #FAAE81. Grayscale: #3F3F3F. Windows color (decimal): -16428674 or 8278277. OLE color: 8278277.
HSL color Cylindrical-coordinate representation of color #05517E: hue angle of 202.31º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05517E is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 81 | 126 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.51 |
| HSL | 202.31º | 0.92% | 0.26% | - |
| HSV(B) | 202.31º | 0.96% | 0.49% | - |
| XYZ | 6.77 | 7.42 | 20.81 | - |
| YUV | 63.41 | 163.32 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 126 | 0.96 | 0.36 | 0 | 0.51 | 202.31 | 0.92 | 0.26 |
| Hex | 5 | 51 | 7E | 60 | 24 | 0 | 33 | CA | 5C | 1A |
| Octal | 5 | 121 | 176 | 140 | 44 | 0 | 63 | 312 | 134 | 32 |
| Binary | 101 | 1010001 | 1111110 | 1100000 | 100100 | 0 | 110011 | 11001010 | 1011100 | 11010 |
Color Harmonies of #05517E
Complementary color
Monochromatic Colors of #05517E
Black with #05517E
Text Example
Text Example
White with #05517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05517E; }
p { color: rgb(5,81,126); }
H1.HeaderClassName
{
color: #05517E;
}
.AnyTagClassName
{
color: #05517E;
}
</style>
background-color css
<style>
a { background-color: #05517E; }
a { background-color: rgb(5,81,126); }
div.DivClassName
{
background-color: #05517E;
}
.BgClassName
{
background-color: #05517E;
}
</style>
border-color css
<style>
span { border-color: #05517E; }
span { border-color: rgb(5,81,126); }
td.TdClassName
{
border-color: #05517E;
}
.TagClassName
{
border-color: #05517E;
}
</style>