Shades of Rich Blue #595BC1
Tints of Rich Blue #595BC1
RGB
CMYK
RGB Variations
Color information
#595BC1 (or 0x595BC1) is known color: Rich Blue. HEX triplet: 59, 5B and C1. RGB value is (89,91,193). Sum of RGB (Red+Green+Blue) = 89+91+193=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #595BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BC1 is #A6A43E. Grayscale: #656565. Windows color (decimal): -10921023 or 12671833. OLE color: 12671833.
HSL color Cylindrical-coordinate representation of color #595BC1: hue angle of 238.85º 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 #595BC1 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 91 | 193 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.24 |
| HSL | 238.85º | 0.46% | 0.55% | - |
| HSV(B) | 238.85º | 0.54% | 0.76% | - |
| XYZ | 17.49 | 13.46 | 52.13 | - |
| YUV | 102.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 193 | 0.54 | 0.53 | 0 | 0.24 | 238.85 | 0.46 | 0.55 |
| Hex | 59 | 5B | C1 | 36 | 35 | 0 | 18 | EF | 2E | 37 |
| Octal | 131 | 133 | 301 | 66 | 65 | 0 | 30 | 357 | 56 | 67 |
| Binary | 1011001 | 1011011 | 11000001 | 110110 | 110101 | 0 | 11000 | 11101111 | 101110 | 110111 |
Color Harmonies of #595BC1
Complementary color
Monochromatic Colors of #595BC1
Black with #595BC1
Text Example
Text Example
White with #595BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BC1; }
p { color: rgb(89,91,193); }
H1.HeaderClassName
{
color: #595BC1;
}
.AnyTagClassName
{
color: #595BC1;
}
</style>
background-color css
<style>
a { background-color: #595BC1; }
a { background-color: rgb(89,91,193); }
div.DivClassName
{
background-color: #595BC1;
}
.BgClassName
{
background-color: #595BC1;
}
</style>
border-color css
<style>
span { border-color: #595BC1; }
span { border-color: rgb(89,91,193); }
td.TdClassName
{
border-color: #595BC1;
}
.TagClassName
{
border-color: #595BC1;
}
</style>