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