Shades of Chetwode Blue #576AC0
Tints of Chetwode Blue #576AC0
RGB
CMYK
RGB Variations
Color information
#576AC0 (or 0x576AC0) is known color: Chetwode Blue. HEX triplet: 57, 6A and C0. RGB value is (87,106,192). Sum of RGB (Red+Green+Blue) = 87+106+192=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #576AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #576AC0 is #A8953F. Grayscale: #6D6D6D. Windows color (decimal): -11048256 or 12610135. OLE color: 12610135.
HSL color Cylindrical-coordinate representation of color #576AC0: hue angle of 229.14º 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 #576AC0 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 106 | 192 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.25 |
| HSL | 229.14º | 0.45% | 0.55% | - |
| HSV(B) | 229.14º | 0.55% | 0.75% | - |
| XYZ | 18.6 | 16.14 | 52 | - |
| YUV | 110.12 | 174.21 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 192 | 0.55 | 0.45 | 0 | 0.25 | 229.14 | 0.45 | 0.55 |
| Hex | 57 | 6A | C0 | 37 | 2D | 0 | 19 | E5 | 2D | 37 |
| Octal | 127 | 152 | 300 | 67 | 55 | 0 | 31 | 345 | 55 | 67 |
| Binary | 1010111 | 1101010 | 11000000 | 110111 | 101101 | 0 | 11001 | 11100101 | 101101 | 110111 |
Color Harmonies of #576AC0
Complementary color
Monochromatic Colors of #576AC0
Black with #576AC0
Text Example
Text Example
White with #576AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576AC0; }
p { color: rgb(87,106,192); }
H1.HeaderClassName
{
color: #576AC0;
}
.AnyTagClassName
{
color: #576AC0;
}
</style>
background-color css
<style>
a { background-color: #576AC0; }
a { background-color: rgb(87,106,192); }
div.DivClassName
{
background-color: #576AC0;
}
.BgClassName
{
background-color: #576AC0;
}
</style>
border-color css
<style>
span { border-color: #576AC0; }
span { border-color: rgb(87,106,192); }
td.TdClassName
{
border-color: #576AC0;
}
.TagClassName
{
border-color: #576AC0;
}
</style>