Shades of Dark Cerulean #054C6D
Tints of Dark Cerulean #054C6D
RGB
CMYK
RGB Variations
Color information
#054C6D (or 0x054C6D) is known color: Dark Cerulean. HEX triplet: 05, 4C and 6D. RGB value is (5,76,109). Sum of RGB (Red+Green+Blue) = 5+76+109=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #054C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054C6D is #FAB392. Grayscale: #3A3A3A. Windows color (decimal): -16429971 or 7162885. OLE color: 7162885.
HSL color Cylindrical-coordinate representation of color #054C6D: hue angle of 199.04º 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 #054C6D is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 76 | 109 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.57 |
| HSL | 199.04º | 0.91% | 0.22% | - |
| HSV(B) | 199.04º | 0.95% | 0.43% | - |
| XYZ | 5.41 | 6.31 | 15.4 | - |
| YUV | 58.53 | 156.48 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 109 | 0.95 | 0.30 | 0 | 0.57 | 199.04 | 0.91 | 0.22 |
| Hex | 5 | 4C | 6D | 5F | 1E | 0 | 39 | C7 | 5B | 16 |
| Octal | 5 | 114 | 155 | 137 | 36 | 0 | 71 | 307 | 133 | 26 |
| Binary | 101 | 1001100 | 1101101 | 1011111 | 11110 | 0 | 111001 | 11000111 | 1011011 | 10110 |
Color Harmonies of #054C6D
Complementary color
Monochromatic Colors of #054C6D
Black with #054C6D
Text Example
Text Example
White with #054C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C6D; }
p { color: rgb(5,76,109); }
H1.HeaderClassName
{
color: #054C6D;
}
.AnyTagClassName
{
color: #054C6D;
}
</style>
background-color css
<style>
a { background-color: #054C6D; }
a { background-color: rgb(5,76,109); }
div.DivClassName
{
background-color: #054C6D;
}
.BgClassName
{
background-color: #054C6D;
}
</style>
border-color css
<style>
span { border-color: #054C6D; }
span { border-color: rgb(5,76,109); }
td.TdClassName
{
border-color: #054C6D;
}
.TagClassName
{
border-color: #054C6D;
}
</style>