Shades of Chetwode Blue #576DB7
Tints of Chetwode Blue #576DB7
RGB
CMYK
RGB Variations
Color information
#576DB7 (or 0x576DB7) is known color: Chetwode Blue. HEX triplet: 57, 6D and B7. RGB value is (87,109,183). Sum of RGB (Red+Green+Blue) = 87+109+183=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #576DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #576DB7 is #A89248. Grayscale: #6E6E6E. Windows color (decimal): -11047497 or 12021079. OLE color: 12021079.
HSL color Cylindrical-coordinate representation of color #576DB7: hue angle of 226.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #576DB7 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 109 | 183 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.28 |
| HSL | 226.25º | 0.4% | 0.53% | - |
| HSV(B) | 226.25º | 0.52% | 0.72% | - |
| XYZ | 17.95 | 16.38 | 47.02 | - |
| YUV | 110.86 | 168.71 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 109 | 183 | 0.52 | 0.40 | 0 | 0.28 | 226.25 | 0.4 | 0.53 |
| Hex | 57 | 6D | B7 | 34 | 28 | 0 | 1C | E2 | 28 | 35 |
| Octal | 127 | 155 | 267 | 64 | 50 | 0 | 34 | 342 | 50 | 65 |
| Binary | 1010111 | 1101101 | 10110111 | 110100 | 101000 | 0 | 11100 | 11100010 | 101000 | 110101 |
Color Harmonies of #576DB7
Complementary color
Monochromatic Colors of #576DB7
Black with #576DB7
Text Example
Text Example
White with #576DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576DB7; }
p { color: rgb(87,109,183); }
H1.HeaderClassName
{
color: #576DB7;
}
.AnyTagClassName
{
color: #576DB7;
}
</style>
background-color css
<style>
a { background-color: #576DB7; }
a { background-color: rgb(87,109,183); }
div.DivClassName
{
background-color: #576DB7;
}
.BgClassName
{
background-color: #576DB7;
}
</style>
border-color css
<style>
span { border-color: #576DB7; }
span { border-color: rgb(87,109,183); }
td.TdClassName
{
border-color: #576DB7;
}
.TagClassName
{
border-color: #576DB7;
}
</style>