Shades of Slate Blue #595CC5
Tints of Slate Blue #595CC5
RGB
CMYK
RGB Variations
Color information
#595CC5 (or 0x595CC5) is known color: Slate Blue. HEX triplet: 59, 5C and C5. RGB value is (89,92,197). Sum of RGB (Red+Green+Blue) = 89+92+197=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 197 (77.34% from 255 or 52.12% from 378); Max value from RGB is 197 - color contains mainly: blue. Hex color #595CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CC5 is #A6A33A. Grayscale: #666666. Windows color (decimal): -10920763 or 12934233. OLE color: 12934233.
HSL color Cylindrical-coordinate representation of color #595CC5: hue angle of 238.33º 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 #595CC5 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 92 | 197 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.23 |
| HSL | 238.33º | 0.48% | 0.56% | - |
| HSV(B) | 238.33º | 0.55% | 0.77% | - |
| XYZ | 18.03 | 13.81 | 54.54 | - |
| YUV | 103.07 | 181.01 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 197 | 0.55 | 0.53 | 0 | 0.23 | 238.33 | 0.48 | 0.56 |
| Hex | 59 | 5C | C5 | 37 | 35 | 0 | 17 | EE | 30 | 38 |
| Octal | 131 | 134 | 305 | 67 | 65 | 0 | 27 | 356 | 60 | 70 |
| Binary | 1011001 | 1011100 | 11000101 | 110111 | 110101 | 0 | 10111 | 11101110 | 110000 | 111000 |
Color Harmonies of #595CC5
Complementary color
Monochromatic Colors of #595CC5
Black with #595CC5
Text Example
Text Example
White with #595CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CC5; }
p { color: rgb(89,92,197); }
H1.HeaderClassName
{
color: #595CC5;
}
.AnyTagClassName
{
color: #595CC5;
}
</style>
background-color css
<style>
a { background-color: #595CC5; }
a { background-color: rgb(89,92,197); }
div.DivClassName
{
background-color: #595CC5;
}
.BgClassName
{
background-color: #595CC5;
}
</style>
border-color css
<style>
span { border-color: #595CC5; }
span { border-color: rgb(89,92,197); }
td.TdClassName
{
border-color: #595CC5;
}
.TagClassName
{
border-color: #595CC5;
}
</style>