Shades of Rich Blue #575BB9
Tints of Rich Blue #575BB9
RGB
CMYK
RGB Variations
Color information
#575BB9 (or 0x575BB9) is known color: Rich Blue. HEX triplet: 57, 5B and B9. RGB value is (87,91,185). Sum of RGB (Red+Green+Blue) = 87+91+185=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #575BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BB9 is #A8A446. Grayscale: #646464. Windows color (decimal): -11052103 or 12147543. OLE color: 12147543.
HSL color Cylindrical-coordinate representation of color #575BB9: hue angle of 237.55º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #575BB9 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 91 | 185 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.27 |
| HSL | 237.55º | 0.41% | 0.53% | - |
| HSV(B) | 237.55º | 0.53% | 0.73% | - |
| XYZ | 16.43 | 13.01 | 47.54 | - |
| YUV | 100.52 | 175.67 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 185 | 0.53 | 0.51 | 0 | 0.27 | 237.55 | 0.41 | 0.53 |
| Hex | 57 | 5B | B9 | 35 | 33 | 0 | 1B | EE | 29 | 35 |
| Octal | 127 | 133 | 271 | 65 | 63 | 0 | 33 | 356 | 51 | 65 |
| Binary | 1010111 | 1011011 | 10111001 | 110101 | 110011 | 0 | 11011 | 11101110 | 101001 | 110101 |
Color Harmonies of #575BB9
Complementary color
Monochromatic Colors of #575BB9
Black with #575BB9
Text Example
Text Example
White with #575BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BB9; }
p { color: rgb(87,91,185); }
H1.HeaderClassName
{
color: #575BB9;
}
.AnyTagClassName
{
color: #575BB9;
}
</style>
background-color css
<style>
a { background-color: #575BB9; }
a { background-color: rgb(87,91,185); }
div.DivClassName
{
background-color: #575BB9;
}
.BgClassName
{
background-color: #575BB9;
}
</style>
border-color css
<style>
span { border-color: #575BB9; }
span { border-color: rgb(87,91,185); }
td.TdClassName
{
border-color: #575BB9;
}
.TagClassName
{
border-color: #575BB9;
}
</style>