Shades of Chetwode Blue #566EB6
Tints of Chetwode Blue #566EB6
RGB
CMYK
RGB Variations
Color information
#566EB6 (or 0x566EB6) is known color: Chetwode Blue. HEX triplet: 56, 6E and B6. RGB value is (86,110,182). Sum of RGB (Red+Green+Blue) = 86+110+182=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #566EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566EB6 is #A99149. Grayscale: #6E6E6E. Windows color (decimal): -11112778 or 11955798. OLE color: 11955798.
HSL color Cylindrical-coordinate representation of color #566EB6: hue angle of 225º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #566EB6 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 110 | 182 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.29 |
| HSL | 225º | 0.4% | 0.53% | - |
| HSV(B) | 225º | 0.53% | 0.71% | - |
| XYZ | 17.86 | 16.51 | 46.5 | - |
| YUV | 111.03 | 168.05 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 182 | 0.53 | 0.40 | 0 | 0.29 | 225 | 0.4 | 0.53 |
| Hex | 56 | 6E | B6 | 35 | 28 | 0 | 1D | E1 | 28 | 35 |
| Octal | 126 | 156 | 266 | 65 | 50 | 0 | 35 | 341 | 50 | 65 |
| Binary | 1010110 | 1101110 | 10110110 | 110101 | 101000 | 0 | 11101 | 11100001 | 101000 | 110101 |
Color Harmonies of #566EB6
Complementary color
Monochromatic Colors of #566EB6
Black with #566EB6
Text Example
Text Example
White with #566EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566EB6; }
p { color: rgb(86,110,182); }
H1.HeaderClassName
{
color: #566EB6;
}
.AnyTagClassName
{
color: #566EB6;
}
</style>
background-color css
<style>
a { background-color: #566EB6; }
a { background-color: rgb(86,110,182); }
div.DivClassName
{
background-color: #566EB6;
}
.BgClassName
{
background-color: #566EB6;
}
</style>
border-color css
<style>
span { border-color: #566EB6; }
span { border-color: rgb(86,110,182); }
td.TdClassName
{
border-color: #566EB6;
}
.TagClassName
{
border-color: #566EB6;
}
</style>