Shades of Chetwode Blue #566DBB
Tints of Chetwode Blue #566DBB
RGB
CMYK
RGB Variations
Color information
#566DBB (or 0x566DBB) is known color: Chetwode Blue. HEX triplet: 56, 6D and BB. RGB value is (86,109,187). Sum of RGB (Red+Green+Blue) = 86+109+187=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #566DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566DBB is #A99244. Grayscale: #6E6E6E. Windows color (decimal): -11113029 or 12283222. OLE color: 12283222.
HSL color Cylindrical-coordinate representation of color #566DBB: hue angle of 226.34º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #566DBB is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 109 | 187 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.27 |
| HSL | 226.34º | 0.43% | 0.54% | - |
| HSV(B) | 226.34º | 0.54% | 0.73% | - |
| XYZ | 18.28 | 16.5 | 49.24 | - |
| YUV | 111.02 | 170.88 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 187 | 0.54 | 0.42 | 0 | 0.27 | 226.34 | 0.43 | 0.54 |
| Hex | 56 | 6D | BB | 36 | 2A | 0 | 1B | E2 | 2B | 36 |
| Octal | 126 | 155 | 273 | 66 | 52 | 0 | 33 | 342 | 53 | 66 |
| Binary | 1010110 | 1101101 | 10111011 | 110110 | 101010 | 0 | 11011 | 11100010 | 101011 | 110110 |
Color Harmonies of #566DBB
Complementary color
Monochromatic Colors of #566DBB
Black with #566DBB
Text Example
Text Example
White with #566DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DBB; }
p { color: rgb(86,109,187); }
H1.HeaderClassName
{
color: #566DBB;
}
.AnyTagClassName
{
color: #566DBB;
}
</style>
background-color css
<style>
a { background-color: #566DBB; }
a { background-color: rgb(86,109,187); }
div.DivClassName
{
background-color: #566DBB;
}
.BgClassName
{
background-color: #566DBB;
}
</style>
border-color css
<style>
span { border-color: #566DBB; }
span { border-color: rgb(86,109,187); }
td.TdClassName
{
border-color: #566DBB;
}
.TagClassName
{
border-color: #566DBB;
}
</style>