Shades of Chetwode Blue #576FC0
Tints of Chetwode Blue #576FC0
RGB
CMYK
RGB Variations
Color information
#576FC0 (or 0x576FC0) is known color: Chetwode Blue. HEX triplet: 57, 6F and C0. RGB value is (87,111,192). Sum of RGB (Red+Green+Blue) = 87+111+192=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #576FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #576FC0 is #A8903F. Grayscale: #707070. Windows color (decimal): -11046976 or 12611415. OLE color: 12611415.
HSL color Cylindrical-coordinate representation of color #576FC0: hue angle of 226.29º 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 #576FC0 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 111 | 192 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.25 |
| HSL | 226.29º | 0.45% | 0.55% | - |
| HSV(B) | 226.29º | 0.55% | 0.75% | - |
| XYZ | 19.13 | 17.2 | 52.18 | - |
| YUV | 113.06 | 172.55 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 192 | 0.55 | 0.42 | 0 | 0.25 | 226.29 | 0.45 | 0.55 |
| Hex | 57 | 6F | C0 | 37 | 2A | 0 | 19 | E2 | 2D | 37 |
| Octal | 127 | 157 | 300 | 67 | 52 | 0 | 31 | 342 | 55 | 67 |
| Binary | 1010111 | 1101111 | 11000000 | 110111 | 101010 | 0 | 11001 | 11100010 | 101101 | 110111 |
Color Harmonies of #576FC0
Complementary color
Monochromatic Colors of #576FC0
Black with #576FC0
Text Example
Text Example
White with #576FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576FC0; }
p { color: rgb(87,111,192); }
H1.HeaderClassName
{
color: #576FC0;
}
.AnyTagClassName
{
color: #576FC0;
}
</style>
background-color css
<style>
a { background-color: #576FC0; }
a { background-color: rgb(87,111,192); }
div.DivClassName
{
background-color: #576FC0;
}
.BgClassName
{
background-color: #576FC0;
}
</style>
border-color css
<style>
span { border-color: #576FC0; }
span { border-color: rgb(87,111,192); }
td.TdClassName
{
border-color: #576FC0;
}
.TagClassName
{
border-color: #576FC0;
}
</style>