Shades of Denim #055BBB
Tints of Denim #055BBB
RGB
CMYK
RGB Variations
Color information
#055BBB (or 0x055BBB) is known color: Denim. HEX triplet: 05, 5B and BB. RGB value is (5,91,187). Sum of RGB (Red+Green+Blue) = 5+91+187=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #055BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055BBB is #FAA444. Grayscale: #4B4B4B. Windows color (decimal): -16426053 or 12278533. OLE color: 12278533.
HSL color Cylindrical-coordinate representation of color #055BBB: hue angle of 211.65º 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 #055BBB is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 91 | 187 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.27 |
| HSL | 211.65º | 0.95% | 0.38% | - |
| HSV(B) | 211.65º | 0.97% | 0.73% | - |
| XYZ | 12.77 | 11.1 | 48.48 | - |
| YUV | 76.23 | 190.51 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 187 | 0.97 | 0.51 | 0 | 0.27 | 211.65 | 0.95 | 0.38 |
| Hex | 5 | 5B | BB | 61 | 33 | 0 | 1B | D4 | 5F | 26 |
| Octal | 5 | 133 | 273 | 141 | 63 | 0 | 33 | 324 | 137 | 46 |
| Binary | 101 | 1011011 | 10111011 | 1100001 | 110011 | 0 | 11011 | 11010100 | 1011111 | 100110 |
Color Harmonies of #055BBB
Complementary color
Monochromatic Colors of #055BBB
Black with #055BBB
Text Example
Text Example
White with #055BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055BBB; }
p { color: rgb(5,91,187); }
H1.HeaderClassName
{
color: #055BBB;
}
.AnyTagClassName
{
color: #055BBB;
}
</style>
background-color css
<style>
a { background-color: #055BBB; }
a { background-color: rgb(5,91,187); }
div.DivClassName
{
background-color: #055BBB;
}
.BgClassName
{
background-color: #055BBB;
}
</style>
border-color css
<style>
span { border-color: #055BBB; }
span { border-color: rgb(5,91,187); }
td.TdClassName
{
border-color: #055BBB;
}
.TagClassName
{
border-color: #055BBB;
}
</style>