Shades of Dark Cerulean #054C6A
Tints of Dark Cerulean #054C6A
RGB
CMYK
RGB Variations
Color information
#054C6A (or 0x054C6A) is known color: Dark Cerulean. HEX triplet: 05, 4C and 6A. RGB value is (5,76,106). Sum of RGB (Red+Green+Blue) = 5+76+106=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #054C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054C6A is #FAB395. Grayscale: #3A3A3A. Windows color (decimal): -16429974 or 6966277. OLE color: 6966277.
HSL color Cylindrical-coordinate representation of color #054C6A: hue angle of 197.82º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054C6A is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 76 | 106 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.58 |
| HSL | 197.82º | 0.91% | 0.22% | - |
| HSV(B) | 197.82º | 0.95% | 0.42% | - |
| XYZ | 5.25 | 6.24 | 14.56 | - |
| YUV | 58.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 106 | 0.95 | 0.28 | 0 | 0.58 | 197.82 | 0.91 | 0.22 |
| Hex | 5 | 4C | 6A | 5F | 1C | 0 | 3A | C6 | 5B | 16 |
| Octal | 5 | 114 | 152 | 137 | 34 | 0 | 72 | 306 | 133 | 26 |
| Binary | 101 | 1001100 | 1101010 | 1011111 | 11100 | 0 | 111010 | 11000110 | 1011011 | 10110 |
Color Harmonies of #054C6A
Complementary color
Monochromatic Colors of #054C6A
Black with #054C6A
Text Example
Text Example
White with #054C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C6A; }
p { color: rgb(5,76,106); }
H1.HeaderClassName
{
color: #054C6A;
}
.AnyTagClassName
{
color: #054C6A;
}
</style>
background-color css
<style>
a { background-color: #054C6A; }
a { background-color: rgb(5,76,106); }
div.DivClassName
{
background-color: #054C6A;
}
.BgClassName
{
background-color: #054C6A;
}
</style>
border-color css
<style>
span { border-color: #054C6A; }
span { border-color: rgb(5,76,106); }
td.TdClassName
{
border-color: #054C6A;
}
.TagClassName
{
border-color: #054C6A;
}
</style>