Shades of Chetwode Blue #576BC0
Tints of Chetwode Blue #576BC0
RGB
CMYK
RGB Variations
Color information
#576BC0 (or 0x576BC0) is known color: Chetwode Blue. HEX triplet: 57, 6B and C0. RGB value is (87,107,192). Sum of RGB (Red+Green+Blue) = 87+107+192=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #576BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #576BC0 is #A8943F. Grayscale: #6E6E6E. Windows color (decimal): -11048000 or 12610391. OLE color: 12610391.
HSL color Cylindrical-coordinate representation of color #576BC0: hue angle of 228.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #576BC0 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 107 | 192 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.25 |
| HSL | 228.57º | 0.45% | 0.55% | - |
| HSV(B) | 228.57º | 0.55% | 0.75% | - |
| XYZ | 18.7 | 16.35 | 52.04 | - |
| YUV | 110.71 | 173.87 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 107 | 192 | 0.55 | 0.44 | 0 | 0.25 | 228.57 | 0.45 | 0.55 |
| Hex | 57 | 6B | C0 | 37 | 2C | 0 | 19 | E5 | 2D | 37 |
| Octal | 127 | 153 | 300 | 67 | 54 | 0 | 31 | 345 | 55 | 67 |
| Binary | 1010111 | 1101011 | 11000000 | 110111 | 101100 | 0 | 11001 | 11100101 | 101101 | 110111 |
Color Harmonies of #576BC0
Complementary color
Monochromatic Colors of #576BC0
Black with #576BC0
Text Example
Text Example
White with #576BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576BC0; }
p { color: rgb(87,107,192); }
H1.HeaderClassName
{
color: #576BC0;
}
.AnyTagClassName
{
color: #576BC0;
}
</style>
background-color css
<style>
a { background-color: #576BC0; }
a { background-color: rgb(87,107,192); }
div.DivClassName
{
background-color: #576BC0;
}
.BgClassName
{
background-color: #576BC0;
}
</style>
border-color css
<style>
span { border-color: #576BC0; }
span { border-color: rgb(87,107,192); }
td.TdClassName
{
border-color: #576BC0;
}
.TagClassName
{
border-color: #576BC0;
}
</style>