Shades of Chetwode Blue #566DCB
Tints of Chetwode Blue #566DCB
RGB
CMYK
RGB Variations
Color information
#566DCB (or 0x566DCB) is known color: Chetwode Blue. HEX triplet: 56, 6D and CB. RGB value is (86,109,203). Sum of RGB (Red+Green+Blue) = 86+109+203=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #566DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566DCB is #A99234. Grayscale: #707070. Windows color (decimal): -11113013 or 13331798. OLE color: 13331798.
HSL color Cylindrical-coordinate representation of color #566DCB: hue angle of 228.21º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #566DCB is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 109 | 203 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.20 |
| HSL | 228.21º | 0.53% | 0.57% | - |
| HSV(B) | 228.21º | 0.58% | 0.8% | - |
| XYZ | 20.09 | 17.23 | 58.77 | - |
| YUV | 112.84 | 178.88 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 203 | 0.58 | 0.46 | 0 | 0.20 | 228.21 | 0.53 | 0.57 |
| Hex | 56 | 6D | CB | 3A | 2E | 0 | 14 | E4 | 35 | 39 |
| Octal | 126 | 155 | 313 | 72 | 56 | 0 | 24 | 344 | 65 | 71 |
| Binary | 1010110 | 1101101 | 11001011 | 111010 | 101110 | 0 | 10100 | 11100100 | 110101 | 111001 |
Color Harmonies of #566DCB
Complementary color
Monochromatic Colors of #566DCB
Black with #566DCB
Text Example
Text Example
White with #566DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DCB; }
p { color: rgb(86,109,203); }
H1.HeaderClassName
{
color: #566DCB;
}
.AnyTagClassName
{
color: #566DCB;
}
</style>
background-color css
<style>
a { background-color: #566DCB; }
a { background-color: rgb(86,109,203); }
div.DivClassName
{
background-color: #566DCB;
}
.BgClassName
{
background-color: #566DCB;
}
</style>
border-color css
<style>
span { border-color: #566DCB; }
span { border-color: rgb(86,109,203); }
td.TdClassName
{
border-color: #566DCB;
}
.TagClassName
{
border-color: #566DCB;
}
</style>