Shades of Chetwode Blue #566EC4
Tints of Chetwode Blue #566EC4
RGB
CMYK
RGB Variations
Color information
#566EC4 (or 0x566EC4) is known color: Chetwode Blue. HEX triplet: 56, 6E and C4. RGB value is (86,110,196). Sum of RGB (Red+Green+Blue) = 86+110+196=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 196 (76.95% from 255 or 50% from 392); Max value from RGB is 196 - color contains mainly: blue. Hex color #566EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566EC4 is #A9913B. Grayscale: #707070. Windows color (decimal): -11112764 or 12873302. OLE color: 12873302.
HSL color Cylindrical-coordinate representation of color #566EC4: hue angle of 226.91º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #566EC4 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 110 | 196 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.23 |
| HSL | 226.91º | 0.48% | 0.55% | - |
| HSV(B) | 226.91º | 0.56% | 0.77% | - |
| XYZ | 19.38 | 17.12 | 54.51 | - |
| YUV | 112.63 | 175.05 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 196 | 0.56 | 0.44 | 0 | 0.23 | 226.91 | 0.48 | 0.55 |
| Hex | 56 | 6E | C4 | 38 | 2C | 0 | 17 | E3 | 30 | 37 |
| Octal | 126 | 156 | 304 | 70 | 54 | 0 | 27 | 343 | 60 | 67 |
| Binary | 1010110 | 1101110 | 11000100 | 111000 | 101100 | 0 | 10111 | 11100011 | 110000 | 110111 |
Color Harmonies of #566EC4
Complementary color
Monochromatic Colors of #566EC4
Black with #566EC4
Text Example
Text Example
White with #566EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566EC4; }
p { color: rgb(86,110,196); }
H1.HeaderClassName
{
color: #566EC4;
}
.AnyTagClassName
{
color: #566EC4;
}
</style>
background-color css
<style>
a { background-color: #566EC4; }
a { background-color: rgb(86,110,196); }
div.DivClassName
{
background-color: #566EC4;
}
.BgClassName
{
background-color: #566EC4;
}
</style>
border-color css
<style>
span { border-color: #566EC4; }
span { border-color: rgb(86,110,196); }
td.TdClassName
{
border-color: #566EC4;
}
.TagClassName
{
border-color: #566EC4;
}
</style>