Shades of Chetwode Blue #566BC5
Tints of Chetwode Blue #566BC5
RGB
CMYK
RGB Variations
Color information
#566BC5 (or 0x566BC5) is known color: Chetwode Blue. HEX triplet: 56, 6B and C5. RGB value is (86,107,197). Sum of RGB (Red+Green+Blue) = 86+107+197=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 197 (77.34% from 255 or 50.51% from 390); Max value from RGB is 197 - color contains mainly: blue. Hex color #566BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566BC5 is #A9943A. Grayscale: #6E6E6E. Windows color (decimal): -11113531 or 12938070. OLE color: 12938070.
HSL color Cylindrical-coordinate representation of color #566BC5: hue angle of 228.65º 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 #566BC5 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 107 | 197 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.23 |
| HSL | 228.65º | 0.49% | 0.55% | - |
| HSV(B) | 228.65º | 0.56% | 0.77% | - |
| XYZ | 19.17 | 16.53 | 55 | - |
| YUV | 110.98 | 176.54 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 197 | 0.56 | 0.46 | 0 | 0.23 | 228.65 | 0.49 | 0.55 |
| Hex | 56 | 6B | C5 | 38 | 2E | 0 | 17 | E5 | 31 | 37 |
| Octal | 126 | 153 | 305 | 70 | 56 | 0 | 27 | 345 | 61 | 67 |
| Binary | 1010110 | 1101011 | 11000101 | 111000 | 101110 | 0 | 10111 | 11100101 | 110001 | 110111 |
Color Harmonies of #566BC5
Complementary color
Monochromatic Colors of #566BC5
Black with #566BC5
Text Example
Text Example
White with #566BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566BC5; }
p { color: rgb(86,107,197); }
H1.HeaderClassName
{
color: #566BC5;
}
.AnyTagClassName
{
color: #566BC5;
}
</style>
background-color css
<style>
a { background-color: #566BC5; }
a { background-color: rgb(86,107,197); }
div.DivClassName
{
background-color: #566BC5;
}
.BgClassName
{
background-color: #566BC5;
}
</style>
border-color css
<style>
span { border-color: #566BC5; }
span { border-color: rgb(86,107,197); }
td.TdClassName
{
border-color: #566BC5;
}
.TagClassName
{
border-color: #566BC5;
}
</style>