Shades of Dark Cerulean #05507C
Tints of Dark Cerulean #05507C
RGB
CMYK
RGB Variations
Color information
#05507C (or 0x05507C) is known color: Dark Cerulean. HEX triplet: 05, 50 and 7C. RGB value is (5,80,124). Sum of RGB (Red+Green+Blue) = 5+80+124=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #05507C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05507C is #FAAF83. Grayscale: #3E3E3E. Windows color (decimal): -16428932 or 8146949. OLE color: 8146949.
HSL color Cylindrical-coordinate representation of color #05507C: hue angle of 202.18º 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 #05507C is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 80 | 124 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.51 |
| HSL | 202.18º | 0.92% | 0.25% | - |
| HSV(B) | 202.18º | 0.96% | 0.49% | - |
| XYZ | 6.57 | 7.22 | 20.12 | - |
| YUV | 62.59 | 162.65 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 124 | 0.96 | 0.35 | 0 | 0.51 | 202.18 | 0.92 | 0.25 |
| Hex | 5 | 50 | 7C | 60 | 23 | 0 | 33 | CA | 5C | 19 |
| Octal | 5 | 120 | 174 | 140 | 43 | 0 | 63 | 312 | 134 | 31 |
| Binary | 101 | 1010000 | 1111100 | 1100000 | 100011 | 0 | 110011 | 11001010 | 1011100 | 11001 |
Color Harmonies of #05507C
Complementary color
Monochromatic Colors of #05507C
Black with #05507C
Text Example
Text Example
White with #05507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05507C; }
p { color: rgb(5,80,124); }
H1.HeaderClassName
{
color: #05507C;
}
.AnyTagClassName
{
color: #05507C;
}
</style>
background-color css
<style>
a { background-color: #05507C; }
a { background-color: rgb(5,80,124); }
div.DivClassName
{
background-color: #05507C;
}
.BgClassName
{
background-color: #05507C;
}
</style>
border-color css
<style>
span { border-color: #05507C; }
span { border-color: rgb(5,80,124); }
td.TdClassName
{
border-color: #05507C;
}
.TagClassName
{
border-color: #05507C;
}
</style>