Shades of Slate Blue #595BCE
Tints of Slate Blue #595BCE
RGB
CMYK
RGB Variations
Color information
#595BCE (or 0x595BCE) is known color: Slate Blue. HEX triplet: 59, 5B and CE. RGB value is (89,91,206). Sum of RGB (Red+Green+Blue) = 89+91+206=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #595BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BCE is #A6A431. Grayscale: #676767. Windows color (decimal): -10921010 or 13523801. OLE color: 13523801.
HSL color Cylindrical-coordinate representation of color #595BCE: hue angle of 238.97º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #595BCE is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 91 | 206 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.19 |
| HSL | 238.97º | 0.54% | 0.58% | - |
| HSV(B) | 238.97º | 0.57% | 0.81% | - |
| XYZ | 19 | 14.06 | 60.11 | - |
| YUV | 103.51 | 185.84 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 206 | 0.57 | 0.56 | 0 | 0.19 | 238.97 | 0.54 | 0.58 |
| Hex | 59 | 5B | CE | 39 | 38 | 0 | 13 | EF | 36 | 3A |
| Octal | 131 | 133 | 316 | 71 | 70 | 0 | 23 | 357 | 66 | 72 |
| Binary | 1011001 | 1011011 | 11001110 | 111001 | 111000 | 0 | 10011 | 11101111 | 110110 | 111010 |
Color Harmonies of #595BCE
Complementary color
Monochromatic Colors of #595BCE
Black with #595BCE
Text Example
Text Example
White with #595BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BCE; }
p { color: rgb(89,91,206); }
H1.HeaderClassName
{
color: #595BCE;
}
.AnyTagClassName
{
color: #595BCE;
}
</style>
background-color css
<style>
a { background-color: #595BCE; }
a { background-color: rgb(89,91,206); }
div.DivClassName
{
background-color: #595BCE;
}
.BgClassName
{
background-color: #595BCE;
}
</style>
border-color css
<style>
span { border-color: #595BCE; }
span { border-color: rgb(89,91,206); }
td.TdClassName
{
border-color: #595BCE;
}
.TagClassName
{
border-color: #595BCE;
}
</style>