Shades of Rich Blue #575DB5
Tints of Rich Blue #575DB5
RGB
CMYK
RGB Variations
Color information
#575DB5 (or 0x575DB5) is known color: Rich Blue. HEX triplet: 57, 5D and B5. RGB value is (87,93,181). Sum of RGB (Red+Green+Blue) = 87+93+181=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #575DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DB5 is #A8A24A. Grayscale: #646464. Windows color (decimal): -11051595 or 11885911. OLE color: 11885911.
HSL color Cylindrical-coordinate representation of color #575DB5: hue angle of 236.17º 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 #575DB5 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 93 | 181 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.29 |
| HSL | 236.17º | 0.39% | 0.53% | - |
| HSV(B) | 236.17º | 0.52% | 0.71% | - |
| XYZ | 16.19 | 13.19 | 45.41 | - |
| YUV | 101.24 | 173.01 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 181 | 0.52 | 0.49 | 0 | 0.29 | 236.17 | 0.39 | 0.53 |
| Hex | 57 | 5D | B5 | 34 | 31 | 0 | 1D | EC | 27 | 35 |
| Octal | 127 | 135 | 265 | 64 | 61 | 0 | 35 | 354 | 47 | 65 |
| Binary | 1010111 | 1011101 | 10110101 | 110100 | 110001 | 0 | 11101 | 11101100 | 100111 | 110101 |
Color Harmonies of #575DB5
Complementary color
Monochromatic Colors of #575DB5
Black with #575DB5
Text Example
Text Example
White with #575DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DB5; }
p { color: rgb(87,93,181); }
H1.HeaderClassName
{
color: #575DB5;
}
.AnyTagClassName
{
color: #575DB5;
}
</style>
background-color css
<style>
a { background-color: #575DB5; }
a { background-color: rgb(87,93,181); }
div.DivClassName
{
background-color: #575DB5;
}
.BgClassName
{
background-color: #575DB5;
}
</style>
border-color css
<style>
span { border-color: #575DB5; }
span { border-color: rgb(87,93,181); }
td.TdClassName
{
border-color: #575DB5;
}
.TagClassName
{
border-color: #575DB5;
}
</style>