Shades of Chetwode Blue #566EAF
Tints of Chetwode Blue #566EAF
RGB
CMYK
RGB Variations
Color information
#566EAF (or 0x566EAF) is known color: Chetwode Blue. HEX triplet: 56, 6E and AF. RGB value is (86,110,175). Sum of RGB (Red+Green+Blue) = 86+110+175=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #566EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566EAF is #A99150. Grayscale: #6D6D6D. Windows color (decimal): -11112785 or 11497046. OLE color: 11497046.
HSL color Cylindrical-coordinate representation of color #566EAF: hue angle of 223.82º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #566EAF is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 110 | 175 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.31 |
| HSL | 223.82º | 0.36% | 0.51% | - |
| HSV(B) | 223.82º | 0.51% | 0.69% | - |
| XYZ | 17.15 | 16.23 | 42.79 | - |
| YUV | 110.23 | 164.55 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 175 | 0.51 | 0.37 | 0 | 0.31 | 223.82 | 0.36 | 0.51 |
| Hex | 56 | 6E | AF | 33 | 25 | 0 | 1F | E0 | 24 | 33 |
| Octal | 126 | 156 | 257 | 63 | 45 | 0 | 37 | 340 | 44 | 63 |
| Binary | 1010110 | 1101110 | 10101111 | 110011 | 100101 | 0 | 11111 | 11100000 | 100100 | 110011 |
Color Harmonies of #566EAF
Complementary color
Monochromatic Colors of #566EAF
Black with #566EAF
Text Example
Text Example
White with #566EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566EAF; }
p { color: rgb(86,110,175); }
H1.HeaderClassName
{
color: #566EAF;
}
.AnyTagClassName
{
color: #566EAF;
}
</style>
background-color css
<style>
a { background-color: #566EAF; }
a { background-color: rgb(86,110,175); }
div.DivClassName
{
background-color: #566EAF;
}
.BgClassName
{
background-color: #566EAF;
}
</style>
border-color css
<style>
span { border-color: #566EAF; }
span { border-color: rgb(86,110,175); }
td.TdClassName
{
border-color: #566EAF;
}
.TagClassName
{
border-color: #566EAF;
}
</style>