Shades of Chetwode Blue #566BBC
Tints of Chetwode Blue #566BBC
RGB
CMYK
RGB Variations
Color information
#566BBC (or 0x566BBC) is known color: Chetwode Blue. HEX triplet: 56, 6B and BC. RGB value is (86,107,188). Sum of RGB (Red+Green+Blue) = 86+107+188=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #566BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566BBC is #A99443. Grayscale: #6D6D6D. Windows color (decimal): -11113540 or 12348246. OLE color: 12348246.
HSL color Cylindrical-coordinate representation of color #566BBC: hue angle of 227.65º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #566BBC is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 107 | 188 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.26 |
| HSL | 227.65º | 0.43% | 0.54% | - |
| HSV(B) | 227.65º | 0.54% | 0.74% | - |
| XYZ | 18.17 | 16.12 | 49.73 | - |
| YUV | 109.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 188 | 0.54 | 0.43 | 0 | 0.26 | 227.65 | 0.43 | 0.54 |
| Hex | 56 | 6B | BC | 36 | 2B | 0 | 1A | E4 | 2B | 36 |
| Octal | 126 | 153 | 274 | 66 | 53 | 0 | 32 | 344 | 53 | 66 |
| Binary | 1010110 | 1101011 | 10111100 | 110110 | 101011 | 0 | 11010 | 11100100 | 101011 | 110110 |
Color Harmonies of #566BBC
Complementary color
Monochromatic Colors of #566BBC
Black with #566BBC
Text Example
Text Example
White with #566BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566BBC; }
p { color: rgb(86,107,188); }
H1.HeaderClassName
{
color: #566BBC;
}
.AnyTagClassName
{
color: #566BBC;
}
</style>
background-color css
<style>
a { background-color: #566BBC; }
a { background-color: rgb(86,107,188); }
div.DivClassName
{
background-color: #566BBC;
}
.BgClassName
{
background-color: #566BBC;
}
</style>
border-color css
<style>
span { border-color: #566BBC; }
span { border-color: rgb(86,107,188); }
td.TdClassName
{
border-color: #566BBC;
}
.TagClassName
{
border-color: #566BBC;
}
</style>