Shades of Denim #055DB9
Tints of Denim #055DB9
RGB
CMYK
RGB Variations
Color information
#055DB9 (or 0x055DB9) is known color: Denim. HEX triplet: 05, 5D and B9. RGB value is (5,93,185). Sum of RGB (Red+Green+Blue) = 5+93+185=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 185 (72.66% from 255 or 65.37% from 283); Max value from RGB is 185 - color contains mainly: blue. Hex color #055DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055DB9 is #FAA246. Grayscale: #4C4C4C. Windows color (decimal): -16425543 or 12147973. OLE color: 12147973.
HSL color Cylindrical-coordinate representation of color #055DB9: hue angle of 210.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055DB9 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 93 | 185 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.27 |
| HSL | 210.67º | 0.95% | 0.37% | - |
| HSV(B) | 210.67º | 0.97% | 0.73% | - |
| XYZ | 12.73 | 11.36 | 47.42 | - |
| YUV | 77.18 | 188.85 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 185 | 0.97 | 0.50 | 0 | 0.27 | 210.67 | 0.95 | 0.37 |
| Hex | 5 | 5D | B9 | 61 | 32 | 0 | 1B | D3 | 5F | 25 |
| Octal | 5 | 135 | 271 | 141 | 62 | 0 | 33 | 323 | 137 | 45 |
| Binary | 101 | 1011101 | 10111001 | 1100001 | 110010 | 0 | 11011 | 11010011 | 1011111 | 100101 |
Color Harmonies of #055DB9
Complementary color
Monochromatic Colors of #055DB9
Black with #055DB9
Text Example
Text Example
White with #055DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055DB9; }
p { color: rgb(5,93,185); }
H1.HeaderClassName
{
color: #055DB9;
}
.AnyTagClassName
{
color: #055DB9;
}
</style>
background-color css
<style>
a { background-color: #055DB9; }
a { background-color: rgb(5,93,185); }
div.DivClassName
{
background-color: #055DB9;
}
.BgClassName
{
background-color: #055DB9;
}
</style>
border-color css
<style>
span { border-color: #055DB9; }
span { border-color: rgb(5,93,185); }
td.TdClassName
{
border-color: #055DB9;
}
.TagClassName
{
border-color: #055DB9;
}
</style>