Shades of Rich Blue #575AB9
Tints of Rich Blue #575AB9
RGB
CMYK
RGB Variations
Color information
#575AB9 (or 0x575AB9) is known color: Rich Blue. HEX triplet: 57, 5A and B9. RGB value is (87,90,185). Sum of RGB (Red+Green+Blue) = 87+90+185=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #575AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575AB9 is #A8A546. Grayscale: #636363. Windows color (decimal): -11052359 or 12147287. OLE color: 12147287.
HSL color Cylindrical-coordinate representation of color #575AB9: hue angle of 238.16º 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 #575AB9 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 90 | 185 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.27 |
| HSL | 238.16º | 0.41% | 0.53% | - |
| HSV(B) | 238.16º | 0.53% | 0.73% | - |
| XYZ | 16.34 | 12.84 | 47.52 | - |
| YUV | 99.93 | 176.01 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 185 | 0.53 | 0.51 | 0 | 0.27 | 238.16 | 0.41 | 0.53 |
| Hex | 57 | 5A | B9 | 35 | 33 | 0 | 1B | EE | 29 | 35 |
| Octal | 127 | 132 | 271 | 65 | 63 | 0 | 33 | 356 | 51 | 65 |
| Binary | 1010111 | 1011010 | 10111001 | 110101 | 110011 | 0 | 11011 | 11101110 | 101001 | 110101 |
Color Harmonies of #575AB9
Complementary color
Monochromatic Colors of #575AB9
Black with #575AB9
Text Example
Text Example
White with #575AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575AB9; }
p { color: rgb(87,90,185); }
H1.HeaderClassName
{
color: #575AB9;
}
.AnyTagClassName
{
color: #575AB9;
}
</style>
background-color css
<style>
a { background-color: #575AB9; }
a { background-color: rgb(87,90,185); }
div.DivClassName
{
background-color: #575AB9;
}
.BgClassName
{
background-color: #575AB9;
}
</style>
border-color css
<style>
span { border-color: #575AB9; }
span { border-color: rgb(87,90,185); }
td.TdClassName
{
border-color: #575AB9;
}
.TagClassName
{
border-color: #575AB9;
}
</style>