Shades of Rich Blue #595EC0
Tints of Rich Blue #595EC0
RGB
CMYK
RGB Variations
Color information
#595EC0 (or 0x595EC0) is known color: Rich Blue. HEX triplet: 59, 5E and C0. RGB value is (89,94,192). Sum of RGB (Red+Green+Blue) = 89+94+192=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #595EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EC0 is #A6A13F. Grayscale: #676767. Windows color (decimal): -10920256 or 12607065. OLE color: 12607065.
HSL color Cylindrical-coordinate representation of color #595EC0: hue angle of 237.09º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #595EC0 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 94 | 192 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.25 |
| HSL | 237.09º | 0.45% | 0.55% | - |
| HSV(B) | 237.09º | 0.54% | 0.75% | - |
| XYZ | 17.64 | 13.94 | 51.63 | - |
| YUV | 103.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 192 | 0.54 | 0.51 | 0 | 0.25 | 237.09 | 0.45 | 0.55 |
| Hex | 59 | 5E | C0 | 36 | 33 | 0 | 19 | ED | 2D | 37 |
| Octal | 131 | 136 | 300 | 66 | 63 | 0 | 31 | 355 | 55 | 67 |
| Binary | 1011001 | 1011110 | 11000000 | 110110 | 110011 | 0 | 11001 | 11101101 | 101101 | 110111 |
Color Harmonies of #595EC0
Complementary color
Monochromatic Colors of #595EC0
Black with #595EC0
Text Example
Text Example
White with #595EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EC0; }
p { color: rgb(89,94,192); }
H1.HeaderClassName
{
color: #595EC0;
}
.AnyTagClassName
{
color: #595EC0;
}
</style>
background-color css
<style>
a { background-color: #595EC0; }
a { background-color: rgb(89,94,192); }
div.DivClassName
{
background-color: #595EC0;
}
.BgClassName
{
background-color: #595EC0;
}
</style>
border-color css
<style>
span { border-color: #595EC0; }
span { border-color: rgb(89,94,192); }
td.TdClassName
{
border-color: #595EC0;
}
.TagClassName
{
border-color: #595EC0;
}
</style>