Shades of Rich Blue #575DB8
Tints of Rich Blue #575DB8
RGB
CMYK
RGB Variations
Color information
#575DB8 (or 0x575DB8) is known color: Rich Blue. HEX triplet: 57, 5D and B8. RGB value is (87,93,184). Sum of RGB (Red+Green+Blue) = 87+93+184=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 184 (72.27% from 255 or 50.55% from 364); Max value from RGB is 184 - color contains mainly: blue. Hex color #575DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DB8 is #A8A247. Grayscale: #656565. Windows color (decimal): -11051592 or 12082519. OLE color: 12082519.
HSL color Cylindrical-coordinate representation of color #575DB8: hue angle of 236.29º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #575DB8 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 87 | 93 | 184 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.28 |
| HSL | 236.29º | 0.41% | 0.53% | - |
| HSV(B) | 236.29º | 0.53% | 0.72% | - |
| XYZ | 16.5 | 13.32 | 47.05 | - |
| YUV | 101.58 | 174.51 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 184 | 0.53 | 0.49 | 0 | 0.28 | 236.29 | 0.41 | 0.53 |
| Hex | 57 | 5D | B8 | 35 | 31 | 0 | 1C | EC | 29 | 35 |
| Octal | 127 | 135 | 270 | 65 | 61 | 0 | 34 | 354 | 51 | 65 |
| Binary | 1010111 | 1011101 | 10111000 | 110101 | 110001 | 0 | 11100 | 11101100 | 101001 | 110101 |
Color Harmonies of #575DB8
Complementary color
Monochromatic Colors of #575DB8
Black with #575DB8
Text Example
Text Example
White with #575DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DB8; }
p { color: rgb(87,93,184); }
H1.HeaderClassName
{
color: #575DB8;
}
.AnyTagClassName
{
color: #575DB8;
}
</style>
background-color css
<style>
a { background-color: #575DB8; }
a { background-color: rgb(87,93,184); }
div.DivClassName
{
background-color: #575DB8;
}
.BgClassName
{
background-color: #575DB8;
}
</style>
border-color css
<style>
span { border-color: #575DB8; }
span { border-color: rgb(87,93,184); }
td.TdClassName
{
border-color: #575DB8;
}
.TagClassName
{
border-color: #575DB8;
}
</style>