Shades of Denim #0550C5
Tints of Denim #0550C5
RGB
CMYK
RGB Variations
Color information
#0550C5 (or 0x0550C5) is known color: Denim. HEX triplet: 05, 50 and C5. RGB value is (5,80,197). Sum of RGB (Red+Green+Blue) = 5+80+197=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 197 (77.34% from 255 or 69.86% from 282); Max value from RGB is 197 - color contains mainly: blue. Hex color #0550C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0550C5 is #FAAF3A. Grayscale: #464646. Windows color (decimal): -16428859 or 12931077. OLE color: 12931077.
HSL color Cylindrical-coordinate representation of color #0550C5: hue angle of 216.56º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0550C5 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 80 | 197 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.23 |
| HSL | 216.56º | 0.95% | 0.4% | - |
| HSV(B) | 216.56º | 0.97% | 0.77% | - |
| XYZ | 13.01 | 9.8 | 54.03 | - |
| YUV | 70.91 | 199.15 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 197 | 0.97 | 0.59 | 0 | 0.23 | 216.56 | 0.95 | 0.4 |
| Hex | 5 | 50 | C5 | 61 | 3B | 0 | 17 | D9 | 5F | 28 |
| Octal | 5 | 120 | 305 | 141 | 73 | 0 | 27 | 331 | 137 | 50 |
| Binary | 101 | 1010000 | 11000101 | 1100001 | 111011 | 0 | 10111 | 11011001 | 1011111 | 101000 |
Color Harmonies of #0550C5
Complementary color
Monochromatic Colors of #0550C5
Black with #0550C5
Text Example
Text Example
White with #0550C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0550C5; }
p { color: rgb(5,80,197); }
H1.HeaderClassName
{
color: #0550C5;
}
.AnyTagClassName
{
color: #0550C5;
}
</style>
background-color css
<style>
a { background-color: #0550C5; }
a { background-color: rgb(5,80,197); }
div.DivClassName
{
background-color: #0550C5;
}
.BgClassName
{
background-color: #0550C5;
}
</style>
border-color css
<style>
span { border-color: #0550C5; }
span { border-color: rgb(5,80,197); }
td.TdClassName
{
border-color: #0550C5;
}
.TagClassName
{
border-color: #0550C5;
}
</style>