Shades of Chetwode Blue #566CBC
Tints of Chetwode Blue #566CBC
RGB
CMYK
RGB Variations
Color information
#566CBC (or 0x566CBC) is known color: Chetwode Blue. HEX triplet: 56, 6C and BC. RGB value is (86,108,188). Sum of RGB (Red+Green+Blue) = 86+108+188=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #566CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566CBC is #A99343. Grayscale: #6E6E6E. Windows color (decimal): -11113284 or 12348502. OLE color: 12348502.
HSL color Cylindrical-coordinate representation of color #566CBC: hue angle of 227.06º 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 #566CBC is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 108 | 188 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.26 |
| HSL | 227.06º | 0.43% | 0.54% | - |
| HSV(B) | 227.06º | 0.54% | 0.74% | - |
| XYZ | 18.28 | 16.33 | 49.77 | - |
| YUV | 110.54 | 171.71 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 188 | 0.54 | 0.43 | 0 | 0.26 | 227.06 | 0.43 | 0.54 |
| Hex | 56 | 6C | BC | 36 | 2B | 0 | 1A | E3 | 2B | 36 |
| Octal | 126 | 154 | 274 | 66 | 53 | 0 | 32 | 343 | 53 | 66 |
| Binary | 1010110 | 1101100 | 10111100 | 110110 | 101011 | 0 | 11010 | 11100011 | 101011 | 110110 |
Color Harmonies of #566CBC
Complementary color
Monochromatic Colors of #566CBC
Black with #566CBC
Text Example
Text Example
White with #566CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566CBC; }
p { color: rgb(86,108,188); }
H1.HeaderClassName
{
color: #566CBC;
}
.AnyTagClassName
{
color: #566CBC;
}
</style>
background-color css
<style>
a { background-color: #566CBC; }
a { background-color: rgb(86,108,188); }
div.DivClassName
{
background-color: #566CBC;
}
.BgClassName
{
background-color: #566CBC;
}
</style>
border-color css
<style>
span { border-color: #566CBC; }
span { border-color: rgb(86,108,188); }
td.TdClassName
{
border-color: #566CBC;
}
.TagClassName
{
border-color: #566CBC;
}
</style>