Shades of Chetwode Blue #566DB7
Tints of Chetwode Blue #566DB7
RGB
CMYK
RGB Variations
Color information
#566DB7 (or 0x566DB7) is known color: Chetwode Blue. HEX triplet: 56, 6D and B7. RGB value is (86,109,183). Sum of RGB (Red+Green+Blue) = 86+109+183=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 183 - color contains mainly: blue. Hex color #566DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566DB7 is #A99248. Grayscale: #6E6E6E. Windows color (decimal): -11113033 or 12021078. OLE color: 12021078.
HSL color Cylindrical-coordinate representation of color #566DB7: hue angle of 225.77º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #566DB7 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 109 | 183 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.28 |
| HSL | 225.77º | 0.4% | 0.53% | - |
| HSV(B) | 225.77º | 0.53% | 0.72% | - |
| XYZ | 17.85 | 16.33 | 47.01 | - |
| YUV | 110.56 | 168.88 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 183 | 0.53 | 0.40 | 0 | 0.28 | 225.77 | 0.4 | 0.53 |
| Hex | 56 | 6D | B7 | 35 | 28 | 0 | 1C | E2 | 28 | 35 |
| Octal | 126 | 155 | 267 | 65 | 50 | 0 | 34 | 342 | 50 | 65 |
| Binary | 1010110 | 1101101 | 10110111 | 110101 | 101000 | 0 | 11100 | 11100010 | 101000 | 110101 |
Color Harmonies of #566DB7
Complementary color
Monochromatic Colors of #566DB7
Black with #566DB7
Text Example
Text Example
White with #566DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DB7; }
p { color: rgb(86,109,183); }
H1.HeaderClassName
{
color: #566DB7;
}
.AnyTagClassName
{
color: #566DB7;
}
</style>
background-color css
<style>
a { background-color: #566DB7; }
a { background-color: rgb(86,109,183); }
div.DivClassName
{
background-color: #566DB7;
}
.BgClassName
{
background-color: #566DB7;
}
</style>
border-color css
<style>
span { border-color: #566DB7; }
span { border-color: rgb(86,109,183); }
td.TdClassName
{
border-color: #566DB7;
}
.TagClassName
{
border-color: #566DB7;
}
</style>