Shades of Slate Blue #595CCD
Tints of Slate Blue #595CCD
RGB
CMYK
RGB Variations
Color information
#595CCD (or 0x595CCD) is known color: Slate Blue. HEX triplet: 59, 5C and CD. RGB value is (89,92,205). Sum of RGB (Red+Green+Blue) = 89+92+205=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #595CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CCD is #A6A332. Grayscale: #676767. Windows color (decimal): -10920755 or 13458521. OLE color: 13458521.
HSL color Cylindrical-coordinate representation of color #595CCD: hue angle of 238.45º 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 #595CCD is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 92 | 205 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.20 |
| HSL | 238.45º | 0.54% | 0.58% | - |
| HSV(B) | 238.45º | 0.57% | 0.8% | - |
| XYZ | 18.97 | 14.19 | 59.5 | - |
| YUV | 103.99 | 185.01 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 205 | 0.57 | 0.55 | 0 | 0.20 | 238.45 | 0.54 | 0.58 |
| Hex | 59 | 5C | CD | 39 | 37 | 0 | 14 | EE | 36 | 3A |
| Octal | 131 | 134 | 315 | 71 | 67 | 0 | 24 | 356 | 66 | 72 |
| Binary | 1011001 | 1011100 | 11001101 | 111001 | 110111 | 0 | 10100 | 11101110 | 110110 | 111010 |
Color Harmonies of #595CCD
Complementary color
Monochromatic Colors of #595CCD
Black with #595CCD
Text Example
Text Example
White with #595CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CCD; }
p { color: rgb(89,92,205); }
H1.HeaderClassName
{
color: #595CCD;
}
.AnyTagClassName
{
color: #595CCD;
}
</style>
background-color css
<style>
a { background-color: #595CCD; }
a { background-color: rgb(89,92,205); }
div.DivClassName
{
background-color: #595CCD;
}
.BgClassName
{
background-color: #595CCD;
}
</style>
border-color css
<style>
span { border-color: #595CCD; }
span { border-color: rgb(89,92,205); }
td.TdClassName
{
border-color: #595CCD;
}
.TagClassName
{
border-color: #595CCD;
}
</style>