Shades of Chetwode Blue #566FC5
Tints of Chetwode Blue #566FC5
RGB
CMYK
RGB Variations
Color information
#566FC5 (or 0x566FC5) is known color: Chetwode Blue. HEX triplet: 56, 6F and C5. RGB value is (86,111,197). Sum of RGB (Red+Green+Blue) = 86+111+197=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 197 (77.34% from 255 or 50% from 394); Max value from RGB is 197 - color contains mainly: blue. Hex color #566FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566FC5 is #A9903A. Grayscale: #707070. Windows color (decimal): -11112507 or 12939094. OLE color: 12939094.
HSL color Cylindrical-coordinate representation of color #566FC5: hue angle of 226.49º degrees, saturation: 0.49, 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 #566FC5 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 111 | 197 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.23 |
| HSL | 226.49º | 0.49% | 0.55% | - |
| HSV(B) | 226.49º | 0.56% | 0.77% | - |
| XYZ | 19.6 | 17.38 | 55.14 | - |
| YUV | 113.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 197 | 0.56 | 0.44 | 0 | 0.23 | 226.49 | 0.49 | 0.55 |
| Hex | 56 | 6F | C5 | 38 | 2C | 0 | 17 | E2 | 31 | 37 |
| Octal | 126 | 157 | 305 | 70 | 54 | 0 | 27 | 342 | 61 | 67 |
| Binary | 1010110 | 1101111 | 11000101 | 111000 | 101100 | 0 | 10111 | 11100010 | 110001 | 110111 |
Color Harmonies of #566FC5
Complementary color
Monochromatic Colors of #566FC5
Black with #566FC5
Text Example
Text Example
White with #566FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566FC5; }
p { color: rgb(86,111,197); }
H1.HeaderClassName
{
color: #566FC5;
}
.AnyTagClassName
{
color: #566FC5;
}
</style>
background-color css
<style>
a { background-color: #566FC5; }
a { background-color: rgb(86,111,197); }
div.DivClassName
{
background-color: #566FC5;
}
.BgClassName
{
background-color: #566FC5;
}
</style>
border-color css
<style>
span { border-color: #566FC5; }
span { border-color: rgb(86,111,197); }
td.TdClassName
{
border-color: #566FC5;
}
.TagClassName
{
border-color: #566FC5;
}
</style>