Shades of Chetwode Blue #566FB4
Tints of Chetwode Blue #566FB4
RGB
CMYK
RGB Variations
Color information
#566FB4 (or 0x566FB4) is known color: Chetwode Blue. HEX triplet: 56, 6F and B4. RGB value is (86,111,180). Sum of RGB (Red+Green+Blue) = 86+111+180=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #566FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566FB4 is #A9904B. Grayscale: #6F6F6F. Windows color (decimal): -11112524 or 11824982. OLE color: 11824982.
HSL color Cylindrical-coordinate representation of color #566FB4: hue angle of 224.04º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #566FB4 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 111 | 180 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.29 |
| HSL | 224.04º | 0.39% | 0.52% | - |
| HSV(B) | 224.04º | 0.52% | 0.71% | - |
| XYZ | 17.76 | 16.64 | 45.46 | - |
| YUV | 111.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 180 | 0.52 | 0.38 | 0 | 0.29 | 224.04 | 0.39 | 0.52 |
| Hex | 56 | 6F | B4 | 34 | 26 | 0 | 1D | E0 | 27 | 34 |
| Octal | 126 | 157 | 264 | 64 | 46 | 0 | 35 | 340 | 47 | 64 |
| Binary | 1010110 | 1101111 | 10110100 | 110100 | 100110 | 0 | 11101 | 11100000 | 100111 | 110100 |
Color Harmonies of #566FB4
Complementary color
Monochromatic Colors of #566FB4
Black with #566FB4
Text Example
Text Example
White with #566FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566FB4; }
p { color: rgb(86,111,180); }
H1.HeaderClassName
{
color: #566FB4;
}
.AnyTagClassName
{
color: #566FB4;
}
</style>
background-color css
<style>
a { background-color: #566FB4; }
a { background-color: rgb(86,111,180); }
div.DivClassName
{
background-color: #566FB4;
}
.BgClassName
{
background-color: #566FB4;
}
</style>
border-color css
<style>
span { border-color: #566FB4; }
span { border-color: rgb(86,111,180); }
td.TdClassName
{
border-color: #566FB4;
}
.TagClassName
{
border-color: #566FB4;
}
</style>