Shades of Denim #055DBB
Tints of Denim #055DBB
RGB
CMYK
RGB Variations
Color information
#055DBB (or 0x055DBB) is known color: Denim. HEX triplet: 05, 5D and BB. RGB value is (5,93,187). Sum of RGB (Red+Green+Blue) = 5+93+187=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #055DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055DBB is #FAA244. Grayscale: #4C4C4C. Windows color (decimal): -16425541 or 12279045. OLE color: 12279045.
HSL color Cylindrical-coordinate representation of color #055DBB: hue angle of 210.99º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055DBB is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 93 | 187 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.27 |
| HSL | 210.99º | 0.95% | 0.38% | - |
| HSV(B) | 210.99º | 0.97% | 0.73% | - |
| XYZ | 12.95 | 11.45 | 48.54 | - |
| YUV | 77.4 | 189.85 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 187 | 0.97 | 0.50 | 0 | 0.27 | 210.99 | 0.95 | 0.38 |
| Hex | 5 | 5D | BB | 61 | 32 | 0 | 1B | D3 | 5F | 26 |
| Octal | 5 | 135 | 273 | 141 | 62 | 0 | 33 | 323 | 137 | 46 |
| Binary | 101 | 1011101 | 10111011 | 1100001 | 110010 | 0 | 11011 | 11010011 | 1011111 | 100110 |
Color Harmonies of #055DBB
Complementary color
Monochromatic Colors of #055DBB
Black with #055DBB
Text Example
Text Example
White with #055DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055DBB; }
p { color: rgb(5,93,187); }
H1.HeaderClassName
{
color: #055DBB;
}
.AnyTagClassName
{
color: #055DBB;
}
</style>
background-color css
<style>
a { background-color: #055DBB; }
a { background-color: rgb(5,93,187); }
div.DivClassName
{
background-color: #055DBB;
}
.BgClassName
{
background-color: #055DBB;
}
</style>
border-color css
<style>
span { border-color: #055DBB; }
span { border-color: rgb(5,93,187); }
td.TdClassName
{
border-color: #055DBB;
}
.TagClassName
{
border-color: #055DBB;
}
</style>