Shades of Denim #0566AD
Tints of Denim #0566AD
RGB
CMYK
RGB Variations
Color information
#0566AD (or 0x0566AD) is known color: Denim. HEX triplet: 05, 66 and AD. RGB value is (5,102,173). Sum of RGB (Red+Green+Blue) = 5+102+173=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #0566AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0566AD is #FA9952. Grayscale: #505050. Windows color (decimal): -16423251 or 11363845. OLE color: 11363845.
HSL color Cylindrical-coordinate representation of color #0566AD: hue angle of 205.36º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0566AD is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 102 | 173 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.32 |
| HSL | 205.36º | 0.94% | 0.35% | - |
| HSV(B) | 205.36º | 0.97% | 0.68% | - |
| XYZ | 12.36 | 12.55 | 41.31 | - |
| YUV | 81.09 | 179.86 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 173 | 0.97 | 0.41 | 0 | 0.32 | 205.36 | 0.94 | 0.35 |
| Hex | 5 | 66 | AD | 61 | 29 | 0 | 20 | CD | 5E | 23 |
| Octal | 5 | 146 | 255 | 141 | 51 | 0 | 40 | 315 | 136 | 43 |
| Binary | 101 | 1100110 | 10101101 | 1100001 | 101001 | 0 | 100000 | 11001101 | 1011110 | 100011 |
Color Harmonies of #0566AD
Complementary color
Monochromatic Colors of #0566AD
Black with #0566AD
Text Example
Text Example
White with #0566AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0566AD; }
p { color: rgb(5,102,173); }
H1.HeaderClassName
{
color: #0566AD;
}
.AnyTagClassName
{
color: #0566AD;
}
</style>
background-color css
<style>
a { background-color: #0566AD; }
a { background-color: rgb(5,102,173); }
div.DivClassName
{
background-color: #0566AD;
}
.BgClassName
{
background-color: #0566AD;
}
</style>
border-color css
<style>
span { border-color: #0566AD; }
span { border-color: rgb(5,102,173); }
td.TdClassName
{
border-color: #0566AD;
}
.TagClassName
{
border-color: #0566AD;
}
</style>