Shades of Chetwode Blue #566AAF
Tints of Chetwode Blue #566AAF
RGB
CMYK
RGB Variations
Color information
#566AAF (or 0x566AAF) is known color: Chetwode Blue. HEX triplet: 56, 6A and AF. RGB value is (86,106,175). Sum of RGB (Red+Green+Blue) = 86+106+175=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #566AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566AAF is #A99550. Grayscale: #6B6B6B. Windows color (decimal): -11113809 or 11496022. OLE color: 11496022.
HSL color Cylindrical-coordinate representation of color #566AAF: hue angle of 226.52º 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 #566AAF is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 106 | 175 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.31 |
| HSL | 226.52º | 0.36% | 0.51% | - |
| HSV(B) | 226.52º | 0.51% | 0.69% | - |
| XYZ | 16.73 | 15.38 | 42.64 | - |
| YUV | 107.89 | 165.87 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 175 | 0.51 | 0.39 | 0 | 0.31 | 226.52 | 0.36 | 0.51 |
| Hex | 56 | 6A | AF | 33 | 27 | 0 | 1F | E3 | 24 | 33 |
| Octal | 126 | 152 | 257 | 63 | 47 | 0 | 37 | 343 | 44 | 63 |
| Binary | 1010110 | 1101010 | 10101111 | 110011 | 100111 | 0 | 11111 | 11100011 | 100100 | 110011 |
Color Harmonies of #566AAF
Complementary color
Monochromatic Colors of #566AAF
Black with #566AAF
Text Example
Text Example
White with #566AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566AAF; }
p { color: rgb(86,106,175); }
H1.HeaderClassName
{
color: #566AAF;
}
.AnyTagClassName
{
color: #566AAF;
}
</style>
background-color css
<style>
a { background-color: #566AAF; }
a { background-color: rgb(86,106,175); }
div.DivClassName
{
background-color: #566AAF;
}
.BgClassName
{
background-color: #566AAF;
}
</style>
border-color css
<style>
span { border-color: #566AAF; }
span { border-color: rgb(86,106,175); }
td.TdClassName
{
border-color: #566AAF;
}
.TagClassName
{
border-color: #566AAF;
}
</style>