Shades of Chetwode Blue #566DC5
Tints of Chetwode Blue #566DC5
RGB
CMYK
RGB Variations
Color information
#566DC5 (or 0x566DC5) is known color: Chetwode Blue. HEX triplet: 56, 6D and C5. RGB value is (86,109,197). Sum of RGB (Red+Green+Blue) = 86+109+197=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #566DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566DC5 is #A9923A. Grayscale: #6F6F6F. Windows color (decimal): -11113019 or 12938582. OLE color: 12938582.
HSL color Cylindrical-coordinate representation of color #566DC5: hue angle of 227.57º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #566DC5 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 109 | 197 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.23 |
| HSL | 227.57º | 0.49% | 0.55% | - |
| HSV(B) | 227.57º | 0.56% | 0.77% | - |
| XYZ | 19.38 | 16.95 | 55.07 | - |
| YUV | 112.16 | 175.88 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 197 | 0.56 | 0.45 | 0 | 0.23 | 227.57 | 0.49 | 0.55 |
| Hex | 56 | 6D | C5 | 38 | 2D | 0 | 17 | E4 | 31 | 37 |
| Octal | 126 | 155 | 305 | 70 | 55 | 0 | 27 | 344 | 61 | 67 |
| Binary | 1010110 | 1101101 | 11000101 | 111000 | 101101 | 0 | 10111 | 11100100 | 110001 | 110111 |
Color Harmonies of #566DC5
Complementary color
Monochromatic Colors of #566DC5
Black with #566DC5
Text Example
Text Example
White with #566DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DC5; }
p { color: rgb(86,109,197); }
H1.HeaderClassName
{
color: #566DC5;
}
.AnyTagClassName
{
color: #566DC5;
}
</style>
background-color css
<style>
a { background-color: #566DC5; }
a { background-color: rgb(86,109,197); }
div.DivClassName
{
background-color: #566DC5;
}
.BgClassName
{
background-color: #566DC5;
}
</style>
border-color css
<style>
span { border-color: #566DC5; }
span { border-color: rgb(86,109,197); }
td.TdClassName
{
border-color: #566DC5;
}
.TagClassName
{
border-color: #566DC5;
}
</style>