Shades of Rich Blue #575DB6
Tints of Rich Blue #575DB6
RGB
CMYK
RGB Variations
Color information
#575DB6 (or 0x575DB6) is known color: Rich Blue. HEX triplet: 57, 5D and B6. RGB value is (87,93,182). Sum of RGB (Red+Green+Blue) = 87+93+182=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #575DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DB6 is #A8A249. Grayscale: #646464. Windows color (decimal): -11051594 or 11951447. OLE color: 11951447.
HSL color Cylindrical-coordinate representation of color #575DB6: hue angle of 236.21º 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 #575DB6 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 93 | 182 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.29 |
| HSL | 236.21º | 0.39% | 0.53% | - |
| HSV(B) | 236.21º | 0.52% | 0.71% | - |
| XYZ | 16.29 | 13.23 | 45.95 | - |
| YUV | 101.35 | 173.51 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 182 | 0.52 | 0.49 | 0 | 0.29 | 236.21 | 0.39 | 0.53 |
| Hex | 57 | 5D | B6 | 34 | 31 | 0 | 1D | EC | 27 | 35 |
| Octal | 127 | 135 | 266 | 64 | 61 | 0 | 35 | 354 | 47 | 65 |
| Binary | 1010111 | 1011101 | 10110110 | 110100 | 110001 | 0 | 11101 | 11101100 | 100111 | 110101 |
Color Harmonies of #575DB6
Complementary color
Monochromatic Colors of #575DB6
Black with #575DB6
Text Example
Text Example
White with #575DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DB6; }
p { color: rgb(87,93,182); }
H1.HeaderClassName
{
color: #575DB6;
}
.AnyTagClassName
{
color: #575DB6;
}
</style>
background-color css
<style>
a { background-color: #575DB6; }
a { background-color: rgb(87,93,182); }
div.DivClassName
{
background-color: #575DB6;
}
.BgClassName
{
background-color: #575DB6;
}
</style>
border-color css
<style>
span { border-color: #575DB6; }
span { border-color: rgb(87,93,182); }
td.TdClassName
{
border-color: #575DB6;
}
.TagClassName
{
border-color: #575DB6;
}
</style>