Shades of Slate Blue #595BC9
Tints of Slate Blue #595BC9
RGB
CMYK
RGB Variations
Color information
#595BC9 (or 0x595BC9) is known color: Slate Blue. HEX triplet: 59, 5B and C9. RGB value is (89,91,201). Sum of RGB (Red+Green+Blue) = 89+91+201=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #595BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BC9 is #A6A436. Grayscale: #666666. Windows color (decimal): -10921015 or 13196121. OLE color: 13196121.
HSL color Cylindrical-coordinate representation of color #595BC9: hue angle of 238.93º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595BC9 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 91 | 201 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.21 |
| HSL | 238.93º | 0.51% | 0.57% | - |
| HSV(B) | 238.93º | 0.56% | 0.79% | - |
| XYZ | 18.4 | 13.82 | 56.96 | - |
| YUV | 102.94 | 183.34 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 201 | 0.56 | 0.55 | 0 | 0.21 | 238.93 | 0.51 | 0.57 |
| Hex | 59 | 5B | C9 | 38 | 37 | 0 | 15 | EF | 33 | 39 |
| Octal | 131 | 133 | 311 | 70 | 67 | 0 | 25 | 357 | 63 | 71 |
| Binary | 1011001 | 1011011 | 11001001 | 111000 | 110111 | 0 | 10101 | 11101111 | 110011 | 111001 |
Color Harmonies of #595BC9
Complementary color
Monochromatic Colors of #595BC9
Black with #595BC9
Text Example
Text Example
White with #595BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BC9; }
p { color: rgb(89,91,201); }
H1.HeaderClassName
{
color: #595BC9;
}
.AnyTagClassName
{
color: #595BC9;
}
</style>
background-color css
<style>
a { background-color: #595BC9; }
a { background-color: rgb(89,91,201); }
div.DivClassName
{
background-color: #595BC9;
}
.BgClassName
{
background-color: #595BC9;
}
</style>
border-color css
<style>
span { border-color: #595BC9; }
span { border-color: rgb(89,91,201); }
td.TdClassName
{
border-color: #595BC9;
}
.TagClassName
{
border-color: #595BC9;
}
</style>