Shades of Rich Blue #575AAA
Tints of Rich Blue #575AAA
RGB
CMYK
RGB Variations
Color information
#575AAA (or 0x575AAA) is known color: Rich Blue. HEX triplet: 57, 5A and AA. RGB value is (87,90,170). Sum of RGB (Red+Green+Blue) = 87+90+170=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #575AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575AAA is #A8A555. Grayscale: #616161. Windows color (decimal): -11052374 or 11164247. OLE color: 11164247.
HSL color Cylindrical-coordinate representation of color #575AAA: hue angle of 237.83º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #575AAA is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 90 | 170 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.33 |
| HSL | 237.83º | 0.33% | 0.5% | - |
| HSV(B) | 237.83º | 0.49% | 0.67% | - |
| XYZ | 14.84 | 12.24 | 39.61 | - |
| YUV | 98.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 170 | 0.49 | 0.47 | 0 | 0.33 | 237.83 | 0.33 | 0.5 |
| Hex | 57 | 5A | AA | 31 | 2F | 0 | 21 | EE | 21 | 32 |
| Octal | 127 | 132 | 252 | 61 | 57 | 0 | 41 | 356 | 41 | 62 |
| Binary | 1010111 | 1011010 | 10101010 | 110001 | 101111 | 0 | 100001 | 11101110 | 100001 | 110010 |
Color Harmonies of #575AAA
Complementary color
Monochromatic Colors of #575AAA
Black with #575AAA
Text Example
Text Example
White with #575AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575AAA; }
p { color: rgb(87,90,170); }
H1.HeaderClassName
{
color: #575AAA;
}
.AnyTagClassName
{
color: #575AAA;
}
</style>
background-color css
<style>
a { background-color: #575AAA; }
a { background-color: rgb(87,90,170); }
div.DivClassName
{
background-color: #575AAA;
}
.BgClassName
{
background-color: #575AAA;
}
</style>
border-color css
<style>
span { border-color: #575AAA; }
span { border-color: rgb(87,90,170); }
td.TdClassName
{
border-color: #575AAA;
}
.TagClassName
{
border-color: #575AAA;
}
</style>