Shades of Chetwode Blue #566DB5
Tints of Chetwode Blue #566DB5
RGB
CMYK
RGB Variations
Color information
#566DB5 (or 0x566DB5) is known color: Chetwode Blue. HEX triplet: 56, 6D and B5. RGB value is (86,109,181). Sum of RGB (Red+Green+Blue) = 86+109+181=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #566DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566DB5 is #A9924A. Grayscale: #6E6E6E. Windows color (decimal): -11113035 or 11890006. OLE color: 11890006.
HSL color Cylindrical-coordinate representation of color #566DB5: hue angle of 225.47º 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 #566DB5 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 109 | 181 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.29 |
| HSL | 225.47º | 0.39% | 0.52% | - |
| HSV(B) | 225.47º | 0.52% | 0.71% | - |
| XYZ | 17.65 | 16.25 | 45.92 | - |
| YUV | 110.33 | 167.88 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 181 | 0.52 | 0.40 | 0 | 0.29 | 225.47 | 0.39 | 0.52 |
| Hex | 56 | 6D | B5 | 34 | 28 | 0 | 1D | E1 | 27 | 34 |
| Octal | 126 | 155 | 265 | 64 | 50 | 0 | 35 | 341 | 47 | 64 |
| Binary | 1010110 | 1101101 | 10110101 | 110100 | 101000 | 0 | 11101 | 11100001 | 100111 | 110100 |
Color Harmonies of #566DB5
Complementary color
Monochromatic Colors of #566DB5
Black with #566DB5
Text Example
Text Example
White with #566DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DB5; }
p { color: rgb(86,109,181); }
H1.HeaderClassName
{
color: #566DB5;
}
.AnyTagClassName
{
color: #566DB5;
}
</style>
background-color css
<style>
a { background-color: #566DB5; }
a { background-color: rgb(86,109,181); }
div.DivClassName
{
background-color: #566DB5;
}
.BgClassName
{
background-color: #566DB5;
}
</style>
border-color css
<style>
span { border-color: #566DB5; }
span { border-color: rgb(86,109,181); }
td.TdClassName
{
border-color: #566DB5;
}
.TagClassName
{
border-color: #566DB5;
}
</style>