Shades of Rich Blue #575FA9
Tints of Rich Blue #575FA9
RGB
CMYK
RGB Variations
Color information
#575FA9 (or 0x575FA9) is known color: Rich Blue. HEX triplet: 57, 5F and A9. RGB value is (87,95,169). Sum of RGB (Red+Green+Blue) = 87+95+169=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 169 - color contains mainly: blue. Hex color #575FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575FA9 is #A8A056. Grayscale: #646464. Windows color (decimal): -11051095 or 11099991. OLE color: 11099991.
HSL color Cylindrical-coordinate representation of color #575FA9: hue angle of 234.15º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #575FA9 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 87 | 95 | 169 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.34 |
| HSL | 234.15º | 0.32% | 0.5% | - |
| HSV(B) | 234.15º | 0.49% | 0.66% | - |
| XYZ | 15.18 | 13.08 | 39.26 | - |
| YUV | 101.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 169 | 0.49 | 0.44 | 0 | 0.34 | 234.15 | 0.32 | 0.5 |
| Hex | 57 | 5F | A9 | 31 | 2C | 0 | 22 | EA | 20 | 32 |
| Octal | 127 | 137 | 251 | 61 | 54 | 0 | 42 | 352 | 40 | 62 |
| Binary | 1010111 | 1011111 | 10101001 | 110001 | 101100 | 0 | 100010 | 11101010 | 100000 | 110010 |
Color Harmonies of #575FA9
Complementary color
Monochromatic Colors of #575FA9
Black with #575FA9
Text Example
Text Example
White with #575FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575FA9; }
p { color: rgb(87,95,169); }
H1.HeaderClassName
{
color: #575FA9;
}
.AnyTagClassName
{
color: #575FA9;
}
</style>
background-color css
<style>
a { background-color: #575FA9; }
a { background-color: rgb(87,95,169); }
div.DivClassName
{
background-color: #575FA9;
}
.BgClassName
{
background-color: #575FA9;
}
</style>
border-color css
<style>
span { border-color: #575FA9; }
span { border-color: rgb(87,95,169); }
td.TdClassName
{
border-color: #575FA9;
}
.TagClassName
{
border-color: #575FA9;
}
</style>