Shades of Chetwode Blue #566BB2
Tints of Chetwode Blue #566BB2
RGB
CMYK
RGB Variations
Color information
#566BB2 (or 0x566BB2) is known color: Chetwode Blue. HEX triplet: 56, 6B and B2. RGB value is (86,107,178). Sum of RGB (Red+Green+Blue) = 86+107+178=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #566BB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566BB2 is #A9944D. Grayscale: #6C6C6C. Windows color (decimal): -11113550 or 11692886. OLE color: 11692886.
HSL color Cylindrical-coordinate representation of color #566BB2: hue angle of 226.3º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #566BB2 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 107 | 178 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.30 |
| HSL | 226.3º | 0.37% | 0.52% | - |
| HSV(B) | 226.3º | 0.52% | 0.7% | - |
| XYZ | 17.13 | 15.71 | 44.25 | - |
| YUV | 108.82 | 167.04 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 178 | 0.52 | 0.40 | 0 | 0.30 | 226.3 | 0.37 | 0.52 |
| Hex | 56 | 6B | B2 | 34 | 28 | 0 | 1E | E2 | 25 | 34 |
| Octal | 126 | 153 | 262 | 64 | 50 | 0 | 36 | 342 | 45 | 64 |
| Binary | 1010110 | 1101011 | 10110010 | 110100 | 101000 | 0 | 11110 | 11100010 | 100101 | 110100 |
Color Harmonies of #566BB2
Complementary color
Monochromatic Colors of #566BB2
Black with #566BB2
Text Example
Text Example
White with #566BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566BB2; }
p { color: rgb(86,107,178); }
H1.HeaderClassName
{
color: #566BB2;
}
.AnyTagClassName
{
color: #566BB2;
}
</style>
background-color css
<style>
a { background-color: #566BB2; }
a { background-color: rgb(86,107,178); }
div.DivClassName
{
background-color: #566BB2;
}
.BgClassName
{
background-color: #566BB2;
}
</style>
border-color css
<style>
span { border-color: #566BB2; }
span { border-color: rgb(86,107,178); }
td.TdClassName
{
border-color: #566BB2;
}
.TagClassName
{
border-color: #566BB2;
}
</style>