Shades of Rich Blue #575DA6
Tints of Rich Blue #575DA6
RGB
CMYK
RGB Variations
Color information
#575DA6 (or 0x575DA6) is known color: Rich Blue. HEX triplet: 57, 5D and A6. RGB value is (87,93,166). Sum of RGB (Red+Green+Blue) = 87+93+166=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 166 - color contains mainly: blue. Hex color #575DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575DA6 is #A8A259. Grayscale: #636363. Windows color (decimal): -11051610 or 10902871. OLE color: 10902871.
HSL color Cylindrical-coordinate representation of color #575DA6: hue angle of 235.44º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #575DA6 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 93 | 166 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.35 |
| HSL | 235.44º | 0.31% | 0.5% | - |
| HSV(B) | 235.44º | 0.48% | 0.65% | - |
| XYZ | 14.73 | 12.61 | 37.73 | - |
| YUV | 99.53 | 165.51 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 166 | 0.48 | 0.44 | 0 | 0.35 | 235.44 | 0.31 | 0.5 |
| Hex | 57 | 5D | A6 | 30 | 2C | 0 | 23 | EB | 1F | 32 |
| Octal | 127 | 135 | 246 | 60 | 54 | 0 | 43 | 353 | 37 | 62 |
| Binary | 1010111 | 1011101 | 10100110 | 110000 | 101100 | 0 | 100011 | 11101011 | 11111 | 110010 |
Color Harmonies of #575DA6
Complementary color
Monochromatic Colors of #575DA6
Black with #575DA6
Text Example
Text Example
White with #575DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DA6; }
p { color: rgb(87,93,166); }
H1.HeaderClassName
{
color: #575DA6;
}
.AnyTagClassName
{
color: #575DA6;
}
</style>
background-color css
<style>
a { background-color: #575DA6; }
a { background-color: rgb(87,93,166); }
div.DivClassName
{
background-color: #575DA6;
}
.BgClassName
{
background-color: #575DA6;
}
</style>
border-color css
<style>
span { border-color: #575DA6; }
span { border-color: rgb(87,93,166); }
td.TdClassName
{
border-color: #575DA6;
}
.TagClassName
{
border-color: #575DA6;
}
</style>