Shades of Chetwode Blue #566EC2
Tints of Chetwode Blue #566EC2
RGB
CMYK
RGB Variations
Color information
#566EC2 (or 0x566EC2) is known color: Chetwode Blue. HEX triplet: 56, 6E and C2. RGB value is (86,110,194). Sum of RGB (Red+Green+Blue) = 86+110+194=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 194 - color contains mainly: blue. Hex color #566EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566EC2 is #A9913D. Grayscale: #707070. Windows color (decimal): -11112766 or 12742230. OLE color: 12742230.
HSL color Cylindrical-coordinate representation of color #566EC2: hue angle of 226.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #566EC2 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 110 | 194 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.24 |
| HSL | 226.67º | 0.47% | 0.55% | - |
| HSV(B) | 226.67º | 0.56% | 0.76% | - |
| XYZ | 19.15 | 17.03 | 53.32 | - |
| YUV | 112.4 | 174.05 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 194 | 0.56 | 0.43 | 0 | 0.24 | 226.67 | 0.47 | 0.55 |
| Hex | 56 | 6E | C2 | 38 | 2B | 0 | 18 | E3 | 2F | 37 |
| Octal | 126 | 156 | 302 | 70 | 53 | 0 | 30 | 343 | 57 | 67 |
| Binary | 1010110 | 1101110 | 11000010 | 111000 | 101011 | 0 | 11000 | 11100011 | 101111 | 110111 |
Color Harmonies of #566EC2
Complementary color
Monochromatic Colors of #566EC2
Black with #566EC2
Text Example
Text Example
White with #566EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566EC2; }
p { color: rgb(86,110,194); }
H1.HeaderClassName
{
color: #566EC2;
}
.AnyTagClassName
{
color: #566EC2;
}
</style>
background-color css
<style>
a { background-color: #566EC2; }
a { background-color: rgb(86,110,194); }
div.DivClassName
{
background-color: #566EC2;
}
.BgClassName
{
background-color: #566EC2;
}
</style>
border-color css
<style>
span { border-color: #566EC2; }
span { border-color: rgb(86,110,194); }
td.TdClassName
{
border-color: #566EC2;
}
.TagClassName
{
border-color: #566EC2;
}
</style>