Shades of Chetwode Blue #566EB4
Tints of Chetwode Blue #566EB4
RGB
CMYK
RGB Variations
Color information
#566EB4 (or 0x566EB4) is known color: Chetwode Blue. HEX triplet: 56, 6E and B4. RGB value is (86,110,180). Sum of RGB (Red+Green+Blue) = 86+110+180=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #566EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566EB4 is #A9914B. Grayscale: #6E6E6E. Windows color (decimal): -11112780 or 11824726. OLE color: 11824726.
HSL color Cylindrical-coordinate representation of color #566EB4: hue angle of 224.68º 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 #566EB4 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 110 | 180 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.29 |
| HSL | 224.68º | 0.39% | 0.52% | - |
| HSV(B) | 224.68º | 0.52% | 0.71% | - |
| XYZ | 17.65 | 16.43 | 45.42 | - |
| YUV | 110.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 180 | 0.52 | 0.39 | 0 | 0.29 | 224.68 | 0.39 | 0.52 |
| Hex | 56 | 6E | B4 | 34 | 27 | 0 | 1D | E1 | 27 | 34 |
| Octal | 126 | 156 | 264 | 64 | 47 | 0 | 35 | 341 | 47 | 64 |
| Binary | 1010110 | 1101110 | 10110100 | 110100 | 100111 | 0 | 11101 | 11100001 | 100111 | 110100 |
Color Harmonies of #566EB4
Complementary color
Monochromatic Colors of #566EB4
Black with #566EB4
Text Example
Text Example
White with #566EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566EB4; }
p { color: rgb(86,110,180); }
H1.HeaderClassName
{
color: #566EB4;
}
.AnyTagClassName
{
color: #566EB4;
}
</style>
background-color css
<style>
a { background-color: #566EB4; }
a { background-color: rgb(86,110,180); }
div.DivClassName
{
background-color: #566EB4;
}
.BgClassName
{
background-color: #566EB4;
}
</style>
border-color css
<style>
span { border-color: #566EB4; }
span { border-color: rgb(86,110,180); }
td.TdClassName
{
border-color: #566EB4;
}
.TagClassName
{
border-color: #566EB4;
}
</style>