Shades of Rich Blue #595FC1
Tints of Rich Blue #595FC1
RGB
CMYK
RGB Variations
Color information
#595FC1 (or 0x595FC1) is known color: Rich Blue. HEX triplet: 59, 5F and C1. RGB value is (89,95,193). Sum of RGB (Red+Green+Blue) = 89+95+193=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #595FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FC1 is #A6A03E. Grayscale: #676767. Windows color (decimal): -10919999 or 12672857. OLE color: 12672857.
HSL color Cylindrical-coordinate representation of color #595FC1: hue angle of 236.54º 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 #595FC1 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 95 | 193 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.24 |
| HSL | 236.54º | 0.46% | 0.55% | - |
| HSV(B) | 236.54º | 0.54% | 0.76% | - |
| XYZ | 17.84 | 14.16 | 52.24 | - |
| YUV | 104.38 | 178.01 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 193 | 0.54 | 0.51 | 0 | 0.24 | 236.54 | 0.46 | 0.55 |
| Hex | 59 | 5F | C1 | 36 | 33 | 0 | 18 | ED | 2E | 37 |
| Octal | 131 | 137 | 301 | 66 | 63 | 0 | 30 | 355 | 56 | 67 |
| Binary | 1011001 | 1011111 | 11000001 | 110110 | 110011 | 0 | 11000 | 11101101 | 101110 | 110111 |
Color Harmonies of #595FC1
Complementary color
Monochromatic Colors of #595FC1
Black with #595FC1
Text Example
Text Example
White with #595FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595FC1; }
p { color: rgb(89,95,193); }
H1.HeaderClassName
{
color: #595FC1;
}
.AnyTagClassName
{
color: #595FC1;
}
</style>
background-color css
<style>
a { background-color: #595FC1; }
a { background-color: rgb(89,95,193); }
div.DivClassName
{
background-color: #595FC1;
}
.BgClassName
{
background-color: #595FC1;
}
</style>
border-color css
<style>
span { border-color: #595FC1; }
span { border-color: rgb(89,95,193); }
td.TdClassName
{
border-color: #595FC1;
}
.TagClassName
{
border-color: #595FC1;
}
</style>