Shades of Chetwode Blue #576AAD
Tints of Chetwode Blue #576AAD
RGB
CMYK
RGB Variations
Color information
#576AAD (or 0x576AAD) is known color: Chetwode Blue. HEX triplet: 57, 6A and AD. RGB value is (87,106,173). Sum of RGB (Red+Green+Blue) = 87+106+173=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #576AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576AAD is #A89552. Grayscale: #6B6B6B. Windows color (decimal): -11048275 or 11364951. OLE color: 11364951.
HSL color Cylindrical-coordinate representation of color #576AAD: hue angle of 226.74º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #576AAD is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 106 | 173 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.32 |
| HSL | 226.74º | 0.34% | 0.51% | - |
| HSV(B) | 226.74º | 0.5% | 0.68% | - |
| XYZ | 16.63 | 15.35 | 41.62 | - |
| YUV | 107.96 | 164.71 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 173 | 0.50 | 0.39 | 0 | 0.32 | 226.74 | 0.34 | 0.51 |
| Hex | 57 | 6A | AD | 32 | 27 | 0 | 20 | E3 | 22 | 33 |
| Octal | 127 | 152 | 255 | 62 | 47 | 0 | 40 | 343 | 42 | 63 |
| Binary | 1010111 | 1101010 | 10101101 | 110010 | 100111 | 0 | 100000 | 11100011 | 100010 | 110011 |
Color Harmonies of #576AAD
Complementary color
Monochromatic Colors of #576AAD
Black with #576AAD
Text Example
Text Example
White with #576AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576AAD; }
p { color: rgb(87,106,173); }
H1.HeaderClassName
{
color: #576AAD;
}
.AnyTagClassName
{
color: #576AAD;
}
</style>
background-color css
<style>
a { background-color: #576AAD; }
a { background-color: rgb(87,106,173); }
div.DivClassName
{
background-color: #576AAD;
}
.BgClassName
{
background-color: #576AAD;
}
</style>
border-color css
<style>
span { border-color: #576AAD; }
span { border-color: rgb(87,106,173); }
td.TdClassName
{
border-color: #576AAD;
}
.TagClassName
{
border-color: #576AAD;
}
</style>