Shades of Rich Blue #575DBD
Tints of Rich Blue #575DBD
RGB
CMYK
RGB Variations
Color information
#575DBD (or 0x575DBD) is known color: Rich Blue. HEX triplet: 57, 5D and BD. RGB value is (87,93,189). Sum of RGB (Red+Green+Blue) = 87+93+189=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #575DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DBD is #A8A242. Grayscale: #656565. Windows color (decimal): -11051587 or 12410199. OLE color: 12410199.
HSL color Cylindrical-coordinate representation of color #575DBD: hue angle of 236.47º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #575DBD is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 93 | 189 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.26 |
| HSL | 236.47º | 0.44% | 0.54% | - |
| HSV(B) | 236.47º | 0.54% | 0.74% | - |
| XYZ | 17.03 | 13.53 | 49.86 | - |
| YUV | 102.15 | 177.01 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 189 | 0.54 | 0.51 | 0 | 0.26 | 236.47 | 0.44 | 0.54 |
| Hex | 57 | 5D | BD | 36 | 33 | 0 | 1A | EC | 2C | 36 |
| Octal | 127 | 135 | 275 | 66 | 63 | 0 | 32 | 354 | 54 | 66 |
| Binary | 1010111 | 1011101 | 10111101 | 110110 | 110011 | 0 | 11010 | 11101100 | 101100 | 110110 |
Color Harmonies of #575DBD
Complementary color
Monochromatic Colors of #575DBD
Black with #575DBD
Text Example
Text Example
White with #575DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DBD; }
p { color: rgb(87,93,189); }
H1.HeaderClassName
{
color: #575DBD;
}
.AnyTagClassName
{
color: #575DBD;
}
</style>
background-color css
<style>
a { background-color: #575DBD; }
a { background-color: rgb(87,93,189); }
div.DivClassName
{
background-color: #575DBD;
}
.BgClassName
{
background-color: #575DBD;
}
</style>
border-color css
<style>
span { border-color: #575DBD; }
span { border-color: rgb(87,93,189); }
td.TdClassName
{
border-color: #575DBD;
}
.TagClassName
{
border-color: #575DBD;
}
</style>