Shades of Chetwode Blue #566CC2
Tints of Chetwode Blue #566CC2
RGB
CMYK
RGB Variations
Color information
#566CC2 (or 0x566CC2) is known color: Chetwode Blue. HEX triplet: 56, 6C and C2. RGB value is (86,108,194). Sum of RGB (Red+Green+Blue) = 86+108+194=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #566CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566CC2 is #A9933D. Grayscale: #6E6E6E. Windows color (decimal): -11113278 or 12741718. OLE color: 12741718.
HSL color Cylindrical-coordinate representation of color #566CC2: hue angle of 227.78º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #566CC2 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 108 | 194 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.24 |
| HSL | 227.78º | 0.47% | 0.55% | - |
| HSV(B) | 227.78º | 0.56% | 0.76% | - |
| XYZ | 18.94 | 16.6 | 53.24 | - |
| YUV | 111.23 | 174.71 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 194 | 0.56 | 0.44 | 0 | 0.24 | 227.78 | 0.47 | 0.55 |
| Hex | 56 | 6C | C2 | 38 | 2C | 0 | 18 | E4 | 2F | 37 |
| Octal | 126 | 154 | 302 | 70 | 54 | 0 | 30 | 344 | 57 | 67 |
| Binary | 1010110 | 1101100 | 11000010 | 111000 | 101100 | 0 | 11000 | 11100100 | 101111 | 110111 |
Color Harmonies of #566CC2
Complementary color
Monochromatic Colors of #566CC2
Black with #566CC2
Text Example
Text Example
White with #566CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566CC2; }
p { color: rgb(86,108,194); }
H1.HeaderClassName
{
color: #566CC2;
}
.AnyTagClassName
{
color: #566CC2;
}
</style>
background-color css
<style>
a { background-color: #566CC2; }
a { background-color: rgb(86,108,194); }
div.DivClassName
{
background-color: #566CC2;
}
.BgClassName
{
background-color: #566CC2;
}
</style>
border-color css
<style>
span { border-color: #566CC2; }
span { border-color: rgb(86,108,194); }
td.TdClassName
{
border-color: #566CC2;
}
.TagClassName
{
border-color: #566CC2;
}
</style>