Shades of Rich Blue #575BAA
Tints of Rich Blue #575BAA
RGB
CMYK
RGB Variations
Color information
#575BAA (or 0x575BAA) is known color: Rich Blue. HEX triplet: 57, 5B and AA. RGB value is (87,91,170). Sum of RGB (Red+Green+Blue) = 87+91+170=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #575BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575BAA is #A8A455. Grayscale: #626262. Windows color (decimal): -11052118 or 11164503. OLE color: 11164503.
HSL color Cylindrical-coordinate representation of color #575BAA: hue angle of 237.11º 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 #575BAA is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 91 | 170 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.33 |
| HSL | 237.11º | 0.33% | 0.5% | - |
| HSV(B) | 237.11º | 0.49% | 0.67% | - |
| XYZ | 14.93 | 12.41 | 39.64 | - |
| YUV | 98.81 | 168.17 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 170 | 0.49 | 0.46 | 0 | 0.33 | 237.11 | 0.33 | 0.5 |
| Hex | 57 | 5B | AA | 31 | 2E | 0 | 21 | ED | 21 | 32 |
| Octal | 127 | 133 | 252 | 61 | 56 | 0 | 41 | 355 | 41 | 62 |
| Binary | 1010111 | 1011011 | 10101010 | 110001 | 101110 | 0 | 100001 | 11101101 | 100001 | 110010 |
Color Harmonies of #575BAA
Complementary color
Monochromatic Colors of #575BAA
Black with #575BAA
Text Example
Text Example
White with #575BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BAA; }
p { color: rgb(87,91,170); }
H1.HeaderClassName
{
color: #575BAA;
}
.AnyTagClassName
{
color: #575BAA;
}
</style>
background-color css
<style>
a { background-color: #575BAA; }
a { background-color: rgb(87,91,170); }
div.DivClassName
{
background-color: #575BAA;
}
.BgClassName
{
background-color: #575BAA;
}
</style>
border-color css
<style>
span { border-color: #575BAA; }
span { border-color: rgb(87,91,170); }
td.TdClassName
{
border-color: #575BAA;
}
.TagClassName
{
border-color: #575BAA;
}
</style>