Shades of Chetwode Blue #566DB4
Tints of Chetwode Blue #566DB4
RGB
CMYK
RGB Variations
Color information
#566DB4 (or 0x566DB4) is known color: Chetwode Blue. HEX triplet: 56, 6D and B4. RGB value is (86,109,180). Sum of RGB (Red+Green+Blue) = 86+109+180=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #566DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566DB4 is #A9924B. Grayscale: #6D6D6D. Windows color (decimal): -11113036 or 11824470. OLE color: 11824470.
HSL color Cylindrical-coordinate representation of color #566DB4: hue angle of 225.32º 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 #566DB4 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 109 | 180 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.29 |
| HSL | 225.32º | 0.39% | 0.52% | - |
| HSV(B) | 225.32º | 0.52% | 0.71% | - |
| XYZ | 17.54 | 16.21 | 45.38 | - |
| YUV | 110.22 | 167.38 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 180 | 0.52 | 0.39 | 0 | 0.29 | 225.32 | 0.39 | 0.52 |
| Hex | 56 | 6D | B4 | 34 | 27 | 0 | 1D | E1 | 27 | 34 |
| Octal | 126 | 155 | 264 | 64 | 47 | 0 | 35 | 341 | 47 | 64 |
| Binary | 1010110 | 1101101 | 10110100 | 110100 | 100111 | 0 | 11101 | 11100001 | 100111 | 110100 |
Color Harmonies of #566DB4
Complementary color
Monochromatic Colors of #566DB4
Black with #566DB4
Text Example
Text Example
White with #566DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DB4; }
p { color: rgb(86,109,180); }
H1.HeaderClassName
{
color: #566DB4;
}
.AnyTagClassName
{
color: #566DB4;
}
</style>
background-color css
<style>
a { background-color: #566DB4; }
a { background-color: rgb(86,109,180); }
div.DivClassName
{
background-color: #566DB4;
}
.BgClassName
{
background-color: #566DB4;
}
</style>
border-color css
<style>
span { border-color: #566DB4; }
span { border-color: rgb(86,109,180); }
td.TdClassName
{
border-color: #566DB4;
}
.TagClassName
{
border-color: #566DB4;
}
</style>