Shades of Rich Blue #595CC2
Tints of Rich Blue #595CC2
RGB
CMYK
RGB Variations
Color information
#595CC2 (or 0x595CC2) is known color: Rich Blue. HEX triplet: 59, 5C and C2. RGB value is (89,92,194). Sum of RGB (Red+Green+Blue) = 89+92+194=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #595CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CC2 is #A6A33D. Grayscale: #666666. Windows color (decimal): -10920766 or 12737625. OLE color: 12737625.
HSL color Cylindrical-coordinate representation of color #595CC2: hue angle of 238.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #595CC2 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 92 | 194 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.24 |
| HSL | 238.29º | 0.46% | 0.55% | - |
| HSV(B) | 238.29º | 0.54% | 0.76% | - |
| XYZ | 17.68 | 13.67 | 52.75 | - |
| YUV | 102.73 | 179.51 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 194 | 0.54 | 0.53 | 0 | 0.24 | 238.29 | 0.46 | 0.55 |
| Hex | 59 | 5C | C2 | 36 | 35 | 0 | 18 | EE | 2E | 37 |
| Octal | 131 | 134 | 302 | 66 | 65 | 0 | 30 | 356 | 56 | 67 |
| Binary | 1011001 | 1011100 | 11000010 | 110110 | 110101 | 0 | 11000 | 11101110 | 101110 | 110111 |
Color Harmonies of #595CC2
Complementary color
Monochromatic Colors of #595CC2
Black with #595CC2
Text Example
Text Example
White with #595CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CC2; }
p { color: rgb(89,92,194); }
H1.HeaderClassName
{
color: #595CC2;
}
.AnyTagClassName
{
color: #595CC2;
}
</style>
background-color css
<style>
a { background-color: #595CC2; }
a { background-color: rgb(89,92,194); }
div.DivClassName
{
background-color: #595CC2;
}
.BgClassName
{
background-color: #595CC2;
}
</style>
border-color css
<style>
span { border-color: #595CC2; }
span { border-color: rgb(89,92,194); }
td.TdClassName
{
border-color: #595CC2;
}
.TagClassName
{
border-color: #595CC2;
}
</style>