Shades of Rich Blue #575BB5
Tints of Rich Blue #575BB5
RGB
CMYK
RGB Variations
Color information
#575BB5 (or 0x575BB5) is known color: Rich Blue. HEX triplet: 57, 5B and B5. RGB value is (87,91,181). Sum of RGB (Red+Green+Blue) = 87+91+181=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #575BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BB5 is #A8A44A. Grayscale: #636363. Windows color (decimal): -11052107 or 11885399. OLE color: 11885399.
HSL color Cylindrical-coordinate representation of color #575BB5: hue angle of 237.45º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #575BB5 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 91 | 181 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.29 |
| HSL | 237.45º | 0.39% | 0.53% | - |
| HSV(B) | 237.45º | 0.52% | 0.71% | - |
| XYZ | 16.01 | 12.84 | 45.35 | - |
| YUV | 100.06 | 173.67 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 181 | 0.52 | 0.50 | 0 | 0.29 | 237.45 | 0.39 | 0.53 |
| Hex | 57 | 5B | B5 | 34 | 32 | 0 | 1D | ED | 27 | 35 |
| Octal | 127 | 133 | 265 | 64 | 62 | 0 | 35 | 355 | 47 | 65 |
| Binary | 1010111 | 1011011 | 10110101 | 110100 | 110010 | 0 | 11101 | 11101101 | 100111 | 110101 |
Color Harmonies of #575BB5
Complementary color
Monochromatic Colors of #575BB5
Black with #575BB5
Text Example
Text Example
White with #575BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BB5; }
p { color: rgb(87,91,181); }
H1.HeaderClassName
{
color: #575BB5;
}
.AnyTagClassName
{
color: #575BB5;
}
</style>
background-color css
<style>
a { background-color: #575BB5; }
a { background-color: rgb(87,91,181); }
div.DivClassName
{
background-color: #575BB5;
}
.BgClassName
{
background-color: #575BB5;
}
</style>
border-color css
<style>
span { border-color: #575BB5; }
span { border-color: rgb(87,91,181); }
td.TdClassName
{
border-color: #575BB5;
}
.TagClassName
{
border-color: #575BB5;
}
</style>