Shades of Denim #0553BE
Tints of Denim #0553BE
RGB
CMYK
RGB Variations
Color information
#0553BE (or 0x0553BE) is known color: Denim. HEX triplet: 05, 53 and BE. RGB value is (5,83,190). Sum of RGB (Red+Green+Blue) = 5+83+190=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #0553BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0553BE is #FAAC41. Grayscale: #474747. Windows color (decimal): -16428098 or 12473093. OLE color: 12473093.
HSL color Cylindrical-coordinate representation of color #0553BE: hue angle of 214.7º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0553BE is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 83 | 190 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.25 |
| HSL | 214.7º | 0.95% | 0.38% | - |
| HSV(B) | 214.7º | 0.97% | 0.75% | - |
| XYZ | 12.45 | 9.94 | 49.98 | - |
| YUV | 71.88 | 194.66 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 190 | 0.97 | 0.56 | 0 | 0.25 | 214.7 | 0.95 | 0.38 |
| Hex | 5 | 53 | BE | 61 | 38 | 0 | 19 | D7 | 5F | 26 |
| Octal | 5 | 123 | 276 | 141 | 70 | 0 | 31 | 327 | 137 | 46 |
| Binary | 101 | 1010011 | 10111110 | 1100001 | 111000 | 0 | 11001 | 11010111 | 1011111 | 100110 |
Color Harmonies of #0553BE
Complementary color
Monochromatic Colors of #0553BE
Black with #0553BE
Text Example
Text Example
White with #0553BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0553BE; }
p { color: rgb(5,83,190); }
H1.HeaderClassName
{
color: #0553BE;
}
.AnyTagClassName
{
color: #0553BE;
}
</style>
background-color css
<style>
a { background-color: #0553BE; }
a { background-color: rgb(5,83,190); }
div.DivClassName
{
background-color: #0553BE;
}
.BgClassName
{
background-color: #0553BE;
}
</style>
border-color css
<style>
span { border-color: #0553BE; }
span { border-color: rgb(5,83,190); }
td.TdClassName
{
border-color: #0553BE;
}
.TagClassName
{
border-color: #0553BE;
}
</style>