Shades of Denim #005BB6
Tints of Denim #005BB6
RGB
CMYK
RGB Variations
Color information
#005BB6 (or 0x005BB6) is known color: Denim. HEX triplet: 00, 5B and B6. RGB value is (0,91,182). Sum of RGB (Red+Green+Blue) = 0+91+182=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 182 (71.48% from 255 or 66.67% from 273); Max value from RGB is 182 - color contains mainly: blue. Hex color #005BB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BB6 is #FFA449. Grayscale: #494949. Windows color (decimal): -16753738 or 11950848. OLE color: 11950848.
HSL color Cylindrical-coordinate representation of color #005BB6: hue angle of 210º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BB6 is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 91 | 182 | - |
| CMYK | 1 | 0.5 | 0 | 0.29 |
| HSL | 210º | 1% | 0.36% | - |
| HSV(B) | 210º | 1% | 0.71% | - |
| XYZ | 12.18 | 10.86 | 45.71 | - |
| YUV | 74.17 | 188.85 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 182 | 1 | 0.5 | 0 | 0.29 | 210 | 1 | 0.36 |
| Hex | 0 | 5B | B6 | 64 | 32 | 0 | 1D | D2 | 64 | 24 |
| Octal | 0 | 133 | 266 | 144 | 62 | 0 | 35 | 322 | 144 | 44 |
| Binary | 0 | 1011011 | 10110110 | 1100100 | 110010 | 0 | 11101 | 11010010 | 1100100 | 100100 |
Color Harmonies of #005BB6
Complementary color
Monochromatic Colors of #005BB6
Black with #005BB6
Text Example
Text Example
White with #005BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005BB6; }
p { color: rgb(0,91,182); }
H1.HeaderClassName
{
color: #005BB6;
}
.AnyTagClassName
{
color: #005BB6;
}
</style>
background-color css
<style>
a { background-color: #005BB6; }
a { background-color: rgb(0,91,182); }
div.DivClassName
{
background-color: #005BB6;
}
.BgClassName
{
background-color: #005BB6;
}
</style>
border-color css
<style>
span { border-color: #005BB6; }
span { border-color: rgb(0,91,182); }
td.TdClassName
{
border-color: #005BB6;
}
.TagClassName
{
border-color: #005BB6;
}
</style>