Shades of Slate Blue #595BE0
Tints of Slate Blue #595BE0
RGB
CMYK
RGB Variations
Color information
#595BE0 (or 0x595BE0) is known color: Slate Blue. HEX triplet: 59, 5B and E0. RGB value is (89,91,224). Sum of RGB (Red+Green+Blue) = 89+91+224=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #595BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BE0 is #A6A41F. Grayscale: #696969. Windows color (decimal): -10920992 or 14703449. OLE color: 14703449.
HSL color Cylindrical-coordinate representation of color #595BE0: hue angle of 239.11º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595BE0 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 91 | 224 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.12 |
| HSL | 239.11º | 0.69% | 0.61% | - |
| HSV(B) | 239.11º | 0.6% | 0.88% | - |
| XYZ | 21.32 | 14.99 | 72.29 | - |
| YUV | 105.56 | 194.84 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 224 | 0.60 | 0.59 | 0 | 0.12 | 239.11 | 0.69 | 0.61 |
| Hex | 59 | 5B | E0 | 3C | 3B | 0 | C | EF | 45 | 3D |
| Octal | 131 | 133 | 340 | 74 | 73 | 0 | 14 | 357 | 105 | 75 |
| Binary | 1011001 | 1011011 | 11100000 | 111100 | 111011 | 0 | 1100 | 11101111 | 1000101 | 111101 |
Color Harmonies of #595BE0
Complementary color
Monochromatic Colors of #595BE0
Black with #595BE0
Text Example
Text Example
White with #595BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BE0; }
p { color: rgb(89,91,224); }
H1.HeaderClassName
{
color: #595BE0;
}
.AnyTagClassName
{
color: #595BE0;
}
</style>
background-color css
<style>
a { background-color: #595BE0; }
a { background-color: rgb(89,91,224); }
div.DivClassName
{
background-color: #595BE0;
}
.BgClassName
{
background-color: #595BE0;
}
</style>
border-color css
<style>
span { border-color: #595BE0; }
span { border-color: rgb(89,91,224); }
td.TdClassName
{
border-color: #595BE0;
}
.TagClassName
{
border-color: #595BE0;
}
</style>