Shades of Slate Blue #595BC5
Tints of Slate Blue #595BC5
RGB
CMYK
RGB Variations
Color information
#595BC5 (or 0x595BC5) is known color: Slate Blue. HEX triplet: 59, 5B and C5. RGB value is (89,91,197). Sum of RGB (Red+Green+Blue) = 89+91+197=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #595BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BC5 is #A6A43A. Grayscale: #666666. Windows color (decimal): -10921019 or 12933977. OLE color: 12933977.
HSL color Cylindrical-coordinate representation of color #595BC5: hue angle of 238.89º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #595BC5 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 91 | 197 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.23 |
| HSL | 238.89º | 0.48% | 0.56% | - |
| HSV(B) | 238.89º | 0.55% | 0.77% | - |
| XYZ | 17.94 | 13.64 | 54.51 | - |
| YUV | 102.49 | 181.34 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 197 | 0.55 | 0.54 | 0 | 0.23 | 238.89 | 0.48 | 0.56 |
| Hex | 59 | 5B | C5 | 37 | 36 | 0 | 17 | EF | 30 | 38 |
| Octal | 131 | 133 | 305 | 67 | 66 | 0 | 27 | 357 | 60 | 70 |
| Binary | 1011001 | 1011011 | 11000101 | 110111 | 110110 | 0 | 10111 | 11101111 | 110000 | 111000 |
Color Harmonies of #595BC5
Complementary color
Monochromatic Colors of #595BC5
Black with #595BC5
Text Example
Text Example
White with #595BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BC5; }
p { color: rgb(89,91,197); }
H1.HeaderClassName
{
color: #595BC5;
}
.AnyTagClassName
{
color: #595BC5;
}
</style>
background-color css
<style>
a { background-color: #595BC5; }
a { background-color: rgb(89,91,197); }
div.DivClassName
{
background-color: #595BC5;
}
.BgClassName
{
background-color: #595BC5;
}
</style>
border-color css
<style>
span { border-color: #595BC5; }
span { border-color: rgb(89,91,197); }
td.TdClassName
{
border-color: #595BC5;
}
.TagClassName
{
border-color: #595BC5;
}
</style>