Shades of Denim #054EC6
Tints of Denim #054EC6
RGB
CMYK
RGB Variations
Color information
#054EC6 (or 0x054EC6) is known color: Denim. HEX triplet: 05, 4E and C6. RGB value is (5,78,198). Sum of RGB (Red+Green+Blue) = 5+78+198=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 198 (77.73% from 255 or 70.46% from 281); Max value from RGB is 198 - color contains mainly: blue. Hex color #054EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054EC6 is #FAB139. Grayscale: #454545. Windows color (decimal): -16429370 or 12996101. OLE color: 12996101.
HSL color Cylindrical-coordinate representation of color #054EC6: hue angle of 217.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054EC6 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 78 | 198 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.22 |
| HSL | 217.31º | 0.95% | 0.4% | - |
| HSV(B) | 217.31º | 0.97% | 0.78% | - |
| XYZ | 12.98 | 9.56 | 54.59 | - |
| YUV | 69.85 | 200.32 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 198 | 0.97 | 0.61 | 0 | 0.22 | 217.31 | 0.95 | 0.4 |
| Hex | 5 | 4E | C6 | 61 | 3D | 0 | 16 | D9 | 5F | 28 |
| Octal | 5 | 116 | 306 | 141 | 75 | 0 | 26 | 331 | 137 | 50 |
| Binary | 101 | 1001110 | 11000110 | 1100001 | 111101 | 0 | 10110 | 11011001 | 1011111 | 101000 |
Color Harmonies of #054EC6
Complementary color
Monochromatic Colors of #054EC6
Black with #054EC6
Text Example
Text Example
White with #054EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054EC6; }
p { color: rgb(5,78,198); }
H1.HeaderClassName
{
color: #054EC6;
}
.AnyTagClassName
{
color: #054EC6;
}
</style>
background-color css
<style>
a { background-color: #054EC6; }
a { background-color: rgb(5,78,198); }
div.DivClassName
{
background-color: #054EC6;
}
.BgClassName
{
background-color: #054EC6;
}
</style>
border-color css
<style>
span { border-color: #054EC6; }
span { border-color: rgb(5,78,198); }
td.TdClassName
{
border-color: #054EC6;
}
.TagClassName
{
border-color: #054EC6;
}
</style>