Shades of Rich Blue #575DB4
Tints of Rich Blue #575DB4
RGB
CMYK
RGB Variations
Color information
#575DB4 (or 0x575DB4) is known color: Rich Blue. HEX triplet: 57, 5D and B4. RGB value is (87,93,180). Sum of RGB (Red+Green+Blue) = 87+93+180=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #575DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DB4 is #A8A24B. Grayscale: #646464. Windows color (decimal): -11051596 or 11820375. OLE color: 11820375.
HSL color Cylindrical-coordinate representation of color #575DB4: hue angle of 236.13º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #575DB4 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 93 | 180 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.29 |
| HSL | 236.13º | 0.38% | 0.52% | - |
| HSV(B) | 236.13º | 0.52% | 0.71% | - |
| XYZ | 16.08 | 13.15 | 44.87 | - |
| YUV | 101.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 180 | 0.52 | 0.48 | 0 | 0.29 | 236.13 | 0.38 | 0.52 |
| Hex | 57 | 5D | B4 | 34 | 30 | 0 | 1D | EC | 26 | 34 |
| Octal | 127 | 135 | 264 | 64 | 60 | 0 | 35 | 354 | 46 | 64 |
| Binary | 1010111 | 1011101 | 10110100 | 110100 | 110000 | 0 | 11101 | 11101100 | 100110 | 110100 |
Color Harmonies of #575DB4
Complementary color
Monochromatic Colors of #575DB4
Black with #575DB4
Text Example
Text Example
White with #575DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DB4; }
p { color: rgb(87,93,180); }
H1.HeaderClassName
{
color: #575DB4;
}
.AnyTagClassName
{
color: #575DB4;
}
</style>
background-color css
<style>
a { background-color: #575DB4; }
a { background-color: rgb(87,93,180); }
div.DivClassName
{
background-color: #575DB4;
}
.BgClassName
{
background-color: #575DB4;
}
</style>
border-color css
<style>
span { border-color: #575DB4; }
span { border-color: rgb(87,93,180); }
td.TdClassName
{
border-color: #575DB4;
}
.TagClassName
{
border-color: #575DB4;
}
</style>