Shades of Denim #055BB0
Tints of Denim #055BB0
RGB
CMYK
RGB Variations
Color information
#055BB0 (or 0x055BB0) is known color: Denim. HEX triplet: 05, 5B and B0. RGB value is (5,91,176). Sum of RGB (Red+Green+Blue) = 5+91+176=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 176 (69.14% from 255 or 64.71% from 272); Max value from RGB is 176 - color contains mainly: blue. Hex color #055BB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055BB0 is #FAA44F. Grayscale: #4A4A4A. Windows color (decimal): -16426064 or 11557637. OLE color: 11557637.
HSL color Cylindrical-coordinate representation of color #055BB0: hue angle of 209.82º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055BB0 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 91 | 176 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.31 |
| HSL | 209.82º | 0.94% | 0.35% | - |
| HSV(B) | 209.82º | 0.97% | 0.69% | - |
| XYZ | 11.64 | 10.65 | 42.52 | - |
| YUV | 74.98 | 185.01 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 176 | 0.97 | 0.48 | 0 | 0.31 | 209.82 | 0.94 | 0.35 |
| Hex | 5 | 5B | B0 | 61 | 30 | 0 | 1F | D2 | 5E | 23 |
| Octal | 5 | 133 | 260 | 141 | 60 | 0 | 37 | 322 | 136 | 43 |
| Binary | 101 | 1011011 | 10110000 | 1100001 | 110000 | 0 | 11111 | 11010010 | 1011110 | 100011 |
Color Harmonies of #055BB0
Complementary color
Monochromatic Colors of #055BB0
Black with #055BB0
Text Example
Text Example
White with #055BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055BB0; }
p { color: rgb(5,91,176); }
H1.HeaderClassName
{
color: #055BB0;
}
.AnyTagClassName
{
color: #055BB0;
}
</style>
background-color css
<style>
a { background-color: #055BB0; }
a { background-color: rgb(5,91,176); }
div.DivClassName
{
background-color: #055BB0;
}
.BgClassName
{
background-color: #055BB0;
}
</style>
border-color css
<style>
span { border-color: #055BB0; }
span { border-color: rgb(5,91,176); }
td.TdClassName
{
border-color: #055BB0;
}
.TagClassName
{
border-color: #055BB0;
}
</style>