Shades of Chetwode Blue #566CB1
Tints of Chetwode Blue #566CB1
RGB
CMYK
RGB Variations
Color information
#566CB1 (or 0x566CB1) is known color: Chetwode Blue. HEX triplet: 56, 6C and B1. RGB value is (86,108,177). Sum of RGB (Red+Green+Blue) = 86+108+177=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #566CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566CB1 is #A9934E. Grayscale: #6C6C6C. Windows color (decimal): -11113295 or 11627606. OLE color: 11627606.
HSL color Cylindrical-coordinate representation of color #566CB1: hue angle of 225.49º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #566CB1 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 108 | 177 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.31 |
| HSL | 225.49º | 0.37% | 0.52% | - |
| HSV(B) | 225.49º | 0.51% | 0.69% | - |
| XYZ | 17.14 | 15.88 | 43.76 | - |
| YUV | 109.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 177 | 0.51 | 0.39 | 0 | 0.31 | 225.49 | 0.37 | 0.52 |
| Hex | 56 | 6C | B1 | 33 | 27 | 0 | 1F | E1 | 25 | 34 |
| Octal | 126 | 154 | 261 | 63 | 47 | 0 | 37 | 341 | 45 | 64 |
| Binary | 1010110 | 1101100 | 10110001 | 110011 | 100111 | 0 | 11111 | 11100001 | 100101 | 110100 |
Color Harmonies of #566CB1
Complementary color
Monochromatic Colors of #566CB1
Black with #566CB1
Text Example
Text Example
White with #566CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566CB1; }
p { color: rgb(86,108,177); }
H1.HeaderClassName
{
color: #566CB1;
}
.AnyTagClassName
{
color: #566CB1;
}
</style>
background-color css
<style>
a { background-color: #566CB1; }
a { background-color: rgb(86,108,177); }
div.DivClassName
{
background-color: #566CB1;
}
.BgClassName
{
background-color: #566CB1;
}
</style>
border-color css
<style>
span { border-color: #566CB1; }
span { border-color: rgb(86,108,177); }
td.TdClassName
{
border-color: #566CB1;
}
.TagClassName
{
border-color: #566CB1;
}
</style>