Shades of Rich Blue #595AC0
Tints of Rich Blue #595AC0
RGB
CMYK
RGB Variations
Color information
#595AC0 (or 0x595AC0) is known color: Rich Blue. HEX triplet: 59, 5A and C0. RGB value is (89,90,192). Sum of RGB (Red+Green+Blue) = 89+90+192=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #595AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AC0 is #A6A53F. Grayscale: #646464. Windows color (decimal): -10921280 or 12606041. OLE color: 12606041.
HSL color Cylindrical-coordinate representation of color #595AC0: hue angle of 239.42º 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 #595AC0 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 90 | 192 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.25 |
| HSL | 239.42º | 0.45% | 0.55% | - |
| HSV(B) | 239.42º | 0.54% | 0.75% | - |
| XYZ | 17.29 | 13.24 | 51.51 | - |
| YUV | 101.33 | 179.17 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 192 | 0.54 | 0.53 | 0 | 0.25 | 239.42 | 0.45 | 0.55 |
| Hex | 59 | 5A | C0 | 36 | 35 | 0 | 19 | EF | 2D | 37 |
| Octal | 131 | 132 | 300 | 66 | 65 | 0 | 31 | 357 | 55 | 67 |
| Binary | 1011001 | 1011010 | 11000000 | 110110 | 110101 | 0 | 11001 | 11101111 | 101101 | 110111 |
Color Harmonies of #595AC0
Complementary color
Monochromatic Colors of #595AC0
Black with #595AC0
Text Example
Text Example
White with #595AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595AC0; }
p { color: rgb(89,90,192); }
H1.HeaderClassName
{
color: #595AC0;
}
.AnyTagClassName
{
color: #595AC0;
}
</style>
background-color css
<style>
a { background-color: #595AC0; }
a { background-color: rgb(89,90,192); }
div.DivClassName
{
background-color: #595AC0;
}
.BgClassName
{
background-color: #595AC0;
}
</style>
border-color css
<style>
span { border-color: #595AC0; }
span { border-color: rgb(89,90,192); }
td.TdClassName
{
border-color: #595AC0;
}
.TagClassName
{
border-color: #595AC0;
}
</style>