Shades of Chetwode Blue #576FB1
Tints of Chetwode Blue #576FB1
RGB
CMYK
RGB Variations
Color information
#576FB1 (or 0x576FB1) is known color: Chetwode Blue. HEX triplet: 57, 6F and B1. RGB value is (87,111,177). Sum of RGB (Red+Green+Blue) = 87+111+177=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #576FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576FB1 is #A8904E. Grayscale: #6F6F6F. Windows color (decimal): -11046991 or 11628375. OLE color: 11628375.
HSL color Cylindrical-coordinate representation of color #576FB1: hue angle of 224º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #576FB1 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 111 | 177 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.31 |
| HSL | 224º | 0.37% | 0.52% | - |
| HSV(B) | 224º | 0.51% | 0.69% | - |
| XYZ | 17.55 | 16.57 | 43.87 | - |
| YUV | 111.35 | 165.05 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 177 | 0.51 | 0.37 | 0 | 0.31 | 224 | 0.37 | 0.52 |
| Hex | 57 | 6F | B1 | 33 | 25 | 0 | 1F | E0 | 25 | 34 |
| Octal | 127 | 157 | 261 | 63 | 45 | 0 | 37 | 340 | 45 | 64 |
| Binary | 1010111 | 1101111 | 10110001 | 110011 | 100101 | 0 | 11111 | 11100000 | 100101 | 110100 |
Color Harmonies of #576FB1
Complementary color
Monochromatic Colors of #576FB1
Black with #576FB1
Text Example
Text Example
White with #576FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576FB1; }
p { color: rgb(87,111,177); }
H1.HeaderClassName
{
color: #576FB1;
}
.AnyTagClassName
{
color: #576FB1;
}
</style>
background-color css
<style>
a { background-color: #576FB1; }
a { background-color: rgb(87,111,177); }
div.DivClassName
{
background-color: #576FB1;
}
.BgClassName
{
background-color: #576FB1;
}
</style>
border-color css
<style>
span { border-color: #576FB1; }
span { border-color: rgb(87,111,177); }
td.TdClassName
{
border-color: #576FB1;
}
.TagClassName
{
border-color: #576FB1;
}
</style>