Shades of Dark Cerulean #054D6F
Tints of Dark Cerulean #054D6F
RGB
CMYK
RGB Variations
Color information
#054D6F (or 0x054D6F) is known color: Dark Cerulean. HEX triplet: 05, 4D and 6F. RGB value is (5,77,111). Sum of RGB (Red+Green+Blue) = 5+77+111=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #054D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D6F is #FAB290. Grayscale: #3B3B3B. Windows color (decimal): -16429713 or 7294213. OLE color: 7294213.
HSL color Cylindrical-coordinate representation of color #054D6F: hue angle of 199.25º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054D6F is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 77 | 111 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.56 |
| HSL | 199.25º | 0.91% | 0.23% | - |
| HSV(B) | 199.25º | 0.95% | 0.44% | - |
| XYZ | 5.59 | 6.49 | 16 | - |
| YUV | 59.35 | 157.15 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 111 | 0.95 | 0.31 | 0 | 0.56 | 199.25 | 0.91 | 0.23 |
| Hex | 5 | 4D | 6F | 5F | 1F | 0 | 38 | C7 | 5B | 17 |
| Octal | 5 | 115 | 157 | 137 | 37 | 0 | 70 | 307 | 133 | 27 |
| Binary | 101 | 1001101 | 1101111 | 1011111 | 11111 | 0 | 111000 | 11000111 | 1011011 | 10111 |
Color Harmonies of #054D6F
Complementary color
Monochromatic Colors of #054D6F
Black with #054D6F
Text Example
Text Example
White with #054D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D6F; }
p { color: rgb(5,77,111); }
H1.HeaderClassName
{
color: #054D6F;
}
.AnyTagClassName
{
color: #054D6F;
}
</style>
background-color css
<style>
a { background-color: #054D6F; }
a { background-color: rgb(5,77,111); }
div.DivClassName
{
background-color: #054D6F;
}
.BgClassName
{
background-color: #054D6F;
}
</style>
border-color css
<style>
span { border-color: #054D6F; }
span { border-color: rgb(5,77,111); }
td.TdClassName
{
border-color: #054D6F;
}
.TagClassName
{
border-color: #054D6F;
}
</style>