Shades of Chetwode Blue #566FC1
Tints of Chetwode Blue #566FC1
RGB
CMYK
RGB Variations
Color information
#566FC1 (or 0x566FC1) is known color: Chetwode Blue. HEX triplet: 56, 6F and C1. RGB value is (86,111,193). Sum of RGB (Red+Green+Blue) = 86+111+193=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #566FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566FC1 is #A9903E. Grayscale: #707070. Windows color (decimal): -11112511 or 12676950. OLE color: 12676950.
HSL color Cylindrical-coordinate representation of color #566FC1: hue angle of 225.98º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #566FC1 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 111 | 193 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.24 |
| HSL | 225.98º | 0.46% | 0.55% | - |
| HSV(B) | 225.98º | 0.55% | 0.76% | - |
| XYZ | 19.15 | 17.2 | 52.76 | - |
| YUV | 112.87 | 173.22 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 193 | 0.55 | 0.42 | 0 | 0.24 | 225.98 | 0.46 | 0.55 |
| Hex | 56 | 6F | C1 | 37 | 2A | 0 | 18 | E2 | 2E | 37 |
| Octal | 126 | 157 | 301 | 67 | 52 | 0 | 30 | 342 | 56 | 67 |
| Binary | 1010110 | 1101111 | 11000001 | 110111 | 101010 | 0 | 11000 | 11100010 | 101110 | 110111 |
Color Harmonies of #566FC1
Complementary color
Monochromatic Colors of #566FC1
Black with #566FC1
Text Example
Text Example
White with #566FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566FC1; }
p { color: rgb(86,111,193); }
H1.HeaderClassName
{
color: #566FC1;
}
.AnyTagClassName
{
color: #566FC1;
}
</style>
background-color css
<style>
a { background-color: #566FC1; }
a { background-color: rgb(86,111,193); }
div.DivClassName
{
background-color: #566FC1;
}
.BgClassName
{
background-color: #566FC1;
}
</style>
border-color css
<style>
span { border-color: #566FC1; }
span { border-color: rgb(86,111,193); }
td.TdClassName
{
border-color: #566FC1;
}
.TagClassName
{
border-color: #566FC1;
}
</style>