Shades of Chetwode Blue #576BAC
Tints of Chetwode Blue #576BAC
RGB
CMYK
RGB Variations
Color information
#576BAC (or 0x576BAC) is known color: Chetwode Blue. HEX triplet: 57, 6B and AC. RGB value is (87,107,172). Sum of RGB (Red+Green+Blue) = 87+107+172=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #576BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576BAC is #A89453. Grayscale: #6C6C6C. Windows color (decimal): -11048020 or 11299671. OLE color: 11299671.
HSL color Cylindrical-coordinate representation of color #576BAC: hue angle of 225.88º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #576BAC is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 107 | 172 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.33 |
| HSL | 225.88º | 0.34% | 0.51% | - |
| HSV(B) | 225.88º | 0.49% | 0.67% | - |
| XYZ | 16.63 | 15.52 | 41.15 | - |
| YUV | 108.43 | 163.87 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 107 | 172 | 0.49 | 0.38 | 0 | 0.33 | 225.88 | 0.34 | 0.51 |
| Hex | 57 | 6B | AC | 31 | 26 | 0 | 21 | E2 | 22 | 33 |
| Octal | 127 | 153 | 254 | 61 | 46 | 0 | 41 | 342 | 42 | 63 |
| Binary | 1010111 | 1101011 | 10101100 | 110001 | 100110 | 0 | 100001 | 11100010 | 100010 | 110011 |
Color Harmonies of #576BAC
Complementary color
Monochromatic Colors of #576BAC
Black with #576BAC
Text Example
Text Example
White with #576BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576BAC; }
p { color: rgb(87,107,172); }
H1.HeaderClassName
{
color: #576BAC;
}
.AnyTagClassName
{
color: #576BAC;
}
</style>
background-color css
<style>
a { background-color: #576BAC; }
a { background-color: rgb(87,107,172); }
div.DivClassName
{
background-color: #576BAC;
}
.BgClassName
{
background-color: #576BAC;
}
</style>
border-color css
<style>
span { border-color: #576BAC; }
span { border-color: rgb(87,107,172); }
td.TdClassName
{
border-color: #576BAC;
}
.TagClassName
{
border-color: #576BAC;
}
</style>