Shades of Chetwode Blue #566BAE
Tints of Chetwode Blue #566BAE
RGB
CMYK
RGB Variations
Color information
#566BAE (or 0x566BAE) is known color: Chetwode Blue. HEX triplet: 56, 6B and AE. RGB value is (86,107,174). Sum of RGB (Red+Green+Blue) = 86+107+174=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #566BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566BAE is #A99451. Grayscale: #6C6C6C. Windows color (decimal): -11113554 or 11430742. OLE color: 11430742.
HSL color Cylindrical-coordinate representation of color #566BAE: hue angle of 225.68º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #566BAE is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 107 | 174 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.32 |
| HSL | 225.68º | 0.35% | 0.51% | - |
| HSV(B) | 225.68º | 0.51% | 0.68% | - |
| XYZ | 16.74 | 15.55 | 42.16 | - |
| YUV | 108.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 174 | 0.51 | 0.39 | 0 | 0.32 | 225.68 | 0.35 | 0.51 |
| Hex | 56 | 6B | AE | 33 | 27 | 0 | 20 | E2 | 23 | 33 |
| Octal | 126 | 153 | 256 | 63 | 47 | 0 | 40 | 342 | 43 | 63 |
| Binary | 1010110 | 1101011 | 10101110 | 110011 | 100111 | 0 | 100000 | 11100010 | 100011 | 110011 |
Color Harmonies of #566BAE
Complementary color
Monochromatic Colors of #566BAE
Black with #566BAE
Text Example
Text Example
White with #566BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566BAE; }
p { color: rgb(86,107,174); }
H1.HeaderClassName
{
color: #566BAE;
}
.AnyTagClassName
{
color: #566BAE;
}
</style>
background-color css
<style>
a { background-color: #566BAE; }
a { background-color: rgb(86,107,174); }
div.DivClassName
{
background-color: #566BAE;
}
.BgClassName
{
background-color: #566BAE;
}
</style>
border-color css
<style>
span { border-color: #566BAE; }
span { border-color: rgb(86,107,174); }
td.TdClassName
{
border-color: #566BAE;
}
.TagClassName
{
border-color: #566BAE;
}
</style>