Shades of Rich Blue #595DC2
Tints of Rich Blue #595DC2
RGB
CMYK
RGB Variations
Color information
#595DC2 (or 0x595DC2) is known color: Rich Blue. HEX triplet: 59, 5D and C2. RGB value is (89,93,194). Sum of RGB (Red+Green+Blue) = 89+93+194=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 194 (76.17% from 255 or 51.60% from 376); Max value from RGB is 194 - color contains mainly: blue. Hex color #595DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DC2 is #A6A23D. Grayscale: #666666. Windows color (decimal): -10920510 or 12737881. OLE color: 12737881.
HSL color Cylindrical-coordinate representation of color #595DC2: hue angle of 237.71º 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 #595DC2 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 93 | 194 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.24 |
| HSL | 237.71º | 0.46% | 0.55% | - |
| HSV(B) | 237.71º | 0.54% | 0.76% | - |
| XYZ | 17.77 | 13.85 | 52.78 | - |
| YUV | 103.32 | 179.17 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 194 | 0.54 | 0.52 | 0 | 0.24 | 237.71 | 0.46 | 0.55 |
| Hex | 59 | 5D | C2 | 36 | 34 | 0 | 18 | EE | 2E | 37 |
| Octal | 131 | 135 | 302 | 66 | 64 | 0 | 30 | 356 | 56 | 67 |
| Binary | 1011001 | 1011101 | 11000010 | 110110 | 110100 | 0 | 11000 | 11101110 | 101110 | 110111 |
Color Harmonies of #595DC2
Complementary color
Monochromatic Colors of #595DC2
Black with #595DC2
Text Example
Text Example
White with #595DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DC2; }
p { color: rgb(89,93,194); }
H1.HeaderClassName
{
color: #595DC2;
}
.AnyTagClassName
{
color: #595DC2;
}
</style>
background-color css
<style>
a { background-color: #595DC2; }
a { background-color: rgb(89,93,194); }
div.DivClassName
{
background-color: #595DC2;
}
.BgClassName
{
background-color: #595DC2;
}
</style>
border-color css
<style>
span { border-color: #595DC2; }
span { border-color: rgb(89,93,194); }
td.TdClassName
{
border-color: #595DC2;
}
.TagClassName
{
border-color: #595DC2;
}
</style>