Shades of Rich Blue #595DC0
Tints of Rich Blue #595DC0
RGB
CMYK
RGB Variations
Color information
#595DC0 (or 0x595DC0) is known color: Rich Blue. HEX triplet: 59, 5D and C0. RGB value is (89,93,192). Sum of RGB (Red+Green+Blue) = 89+93+192=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #595DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DC0 is #A6A23F. Grayscale: #666666. Windows color (decimal): -10920512 or 12606809. OLE color: 12606809.
HSL color Cylindrical-coordinate representation of color #595DC0: hue angle of 237.67º 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 #595DC0 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 93 | 192 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.25 |
| HSL | 237.67º | 0.45% | 0.55% | - |
| HSV(B) | 237.67º | 0.54% | 0.75% | - |
| XYZ | 17.55 | 13.76 | 51.6 | - |
| YUV | 103.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 192 | 0.54 | 0.52 | 0 | 0.25 | 237.67 | 0.45 | 0.55 |
| Hex | 59 | 5D | C0 | 36 | 34 | 0 | 19 | EE | 2D | 37 |
| Octal | 131 | 135 | 300 | 66 | 64 | 0 | 31 | 356 | 55 | 67 |
| Binary | 1011001 | 1011101 | 11000000 | 110110 | 110100 | 0 | 11001 | 11101110 | 101101 | 110111 |
Color Harmonies of #595DC0
Complementary color
Monochromatic Colors of #595DC0
Black with #595DC0
Text Example
Text Example
White with #595DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DC0; }
p { color: rgb(89,93,192); }
H1.HeaderClassName
{
color: #595DC0;
}
.AnyTagClassName
{
color: #595DC0;
}
</style>
background-color css
<style>
a { background-color: #595DC0; }
a { background-color: rgb(89,93,192); }
div.DivClassName
{
background-color: #595DC0;
}
.BgClassName
{
background-color: #595DC0;
}
</style>
border-color css
<style>
span { border-color: #595DC0; }
span { border-color: rgb(89,93,192); }
td.TdClassName
{
border-color: #595DC0;
}
.TagClassName
{
border-color: #595DC0;
}
</style>