Shades of Dark Cerulean #054D6D
Tints of Dark Cerulean #054D6D
RGB
CMYK
RGB Variations
Color information
#054D6D (or 0x054D6D) is known color: Dark Cerulean. HEX triplet: 05, 4D and 6D. RGB value is (5,77,109). Sum of RGB (Red+Green+Blue) = 5+77+109=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #054D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D6D is #FAB292. Grayscale: #3A3A3A. Windows color (decimal): -16429715 or 7163141. OLE color: 7163141.
HSL color Cylindrical-coordinate representation of color #054D6D: hue angle of 198.46º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054D6D is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 77 | 109 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.57 |
| HSL | 198.46º | 0.91% | 0.22% | - |
| HSV(B) | 198.46º | 0.95% | 0.43% | - |
| XYZ | 5.48 | 6.44 | 15.42 | - |
| YUV | 59.12 | 156.15 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 109 | 0.95 | 0.29 | 0 | 0.57 | 198.46 | 0.91 | 0.22 |
| Hex | 5 | 4D | 6D | 5F | 1D | 0 | 39 | C6 | 5B | 16 |
| Octal | 5 | 115 | 155 | 137 | 35 | 0 | 71 | 306 | 133 | 26 |
| Binary | 101 | 1001101 | 1101101 | 1011111 | 11101 | 0 | 111001 | 11000110 | 1011011 | 10110 |
Color Harmonies of #054D6D
Complementary color
Monochromatic Colors of #054D6D
Black with #054D6D
Text Example
Text Example
White with #054D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D6D; }
p { color: rgb(5,77,109); }
H1.HeaderClassName
{
color: #054D6D;
}
.AnyTagClassName
{
color: #054D6D;
}
</style>
background-color css
<style>
a { background-color: #054D6D; }
a { background-color: rgb(5,77,109); }
div.DivClassName
{
background-color: #054D6D;
}
.BgClassName
{
background-color: #054D6D;
}
</style>
border-color css
<style>
span { border-color: #054D6D; }
span { border-color: rgb(5,77,109); }
td.TdClassName
{
border-color: #054D6D;
}
.TagClassName
{
border-color: #054D6D;
}
</style>