Shades of Slate Blue #595BCD
Tints of Slate Blue #595BCD
RGB
CMYK
RGB Variations
Color information
#595BCD (or 0x595BCD) is known color: Slate Blue. HEX triplet: 59, 5B and CD. RGB value is (89,91,205). Sum of RGB (Red+Green+Blue) = 89+91+205=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #595BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BCD is #A6A432. Grayscale: #666666. Windows color (decimal): -10921011 or 13458265. OLE color: 13458265.
HSL color Cylindrical-coordinate representation of color #595BCD: hue angle of 238.97º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #595BCD is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 91 | 205 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.20 |
| HSL | 238.97º | 0.54% | 0.58% | - |
| HSV(B) | 238.97º | 0.57% | 0.8% | - |
| XYZ | 18.88 | 14.01 | 59.47 | - |
| YUV | 103.4 | 185.34 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 205 | 0.57 | 0.56 | 0 | 0.20 | 238.97 | 0.54 | 0.58 |
| Hex | 59 | 5B | CD | 39 | 38 | 0 | 14 | EF | 36 | 3A |
| Octal | 131 | 133 | 315 | 71 | 70 | 0 | 24 | 357 | 66 | 72 |
| Binary | 1011001 | 1011011 | 11001101 | 111001 | 111000 | 0 | 10100 | 11101111 | 110110 | 111010 |
Color Harmonies of #595BCD
Complementary color
Monochromatic Colors of #595BCD
Black with #595BCD
Text Example
Text Example
White with #595BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BCD; }
p { color: rgb(89,91,205); }
H1.HeaderClassName
{
color: #595BCD;
}
.AnyTagClassName
{
color: #595BCD;
}
</style>
background-color css
<style>
a { background-color: #595BCD; }
a { background-color: rgb(89,91,205); }
div.DivClassName
{
background-color: #595BCD;
}
.BgClassName
{
background-color: #595BCD;
}
</style>
border-color css
<style>
span { border-color: #595BCD; }
span { border-color: rgb(89,91,205); }
td.TdClassName
{
border-color: #595BCD;
}
.TagClassName
{
border-color: #595BCD;
}
</style>