Shades of Chetwode Blue #566EC1
Tints of Chetwode Blue #566EC1
RGB
CMYK
RGB Variations
Color information
#566EC1 (or 0x566EC1) is known color: Chetwode Blue. HEX triplet: 56, 6E and C1. RGB value is (86,110,193). Sum of RGB (Red+Green+Blue) = 86+110+193=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #566EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566EC1 is #A9913E. Grayscale: #6F6F6F. Windows color (decimal): -11112767 or 12676694. OLE color: 12676694.
HSL color Cylindrical-coordinate representation of color #566EC1: hue angle of 226.54º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #566EC1 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 110 | 193 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.24 |
| HSL | 226.54º | 0.46% | 0.55% | - |
| HSV(B) | 226.54º | 0.55% | 0.76% | - |
| XYZ | 19.04 | 16.98 | 52.73 | - |
| YUV | 112.29 | 173.55 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 193 | 0.55 | 0.43 | 0 | 0.24 | 226.54 | 0.46 | 0.55 |
| Hex | 56 | 6E | C1 | 37 | 2B | 0 | 18 | E3 | 2E | 37 |
| Octal | 126 | 156 | 301 | 67 | 53 | 0 | 30 | 343 | 56 | 67 |
| Binary | 1010110 | 1101110 | 11000001 | 110111 | 101011 | 0 | 11000 | 11100011 | 101110 | 110111 |
Color Harmonies of #566EC1
Complementary color
Monochromatic Colors of #566EC1
Black with #566EC1
Text Example
Text Example
White with #566EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566EC1; }
p { color: rgb(86,110,193); }
H1.HeaderClassName
{
color: #566EC1;
}
.AnyTagClassName
{
color: #566EC1;
}
</style>
background-color css
<style>
a { background-color: #566EC1; }
a { background-color: rgb(86,110,193); }
div.DivClassName
{
background-color: #566EC1;
}
.BgClassName
{
background-color: #566EC1;
}
</style>
border-color css
<style>
span { border-color: #566EC1; }
span { border-color: rgb(86,110,193); }
td.TdClassName
{
border-color: #566EC1;
}
.TagClassName
{
border-color: #566EC1;
}
</style>