Shades of Slate Blue #595CCE
Tints of Slate Blue #595CCE
RGB
CMYK
RGB Variations
Color information
#595CCE (or 0x595CCE) is known color: Slate Blue. HEX triplet: 59, 5C and CE. RGB value is (89,92,206). Sum of RGB (Red+Green+Blue) = 89+92+206=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #595CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CCE is #A6A331. Grayscale: #676767. Windows color (decimal): -10920754 or 13524057. OLE color: 13524057.
HSL color Cylindrical-coordinate representation of color #595CCE: hue angle of 238.46º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #595CCE is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 92 | 206 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.19 |
| HSL | 238.46º | 0.54% | 0.58% | - |
| HSV(B) | 238.46º | 0.57% | 0.81% | - |
| XYZ | 19.09 | 14.23 | 60.13 | - |
| YUV | 104.1 | 185.51 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 206 | 0.57 | 0.55 | 0 | 0.19 | 238.46 | 0.54 | 0.58 |
| Hex | 59 | 5C | CE | 39 | 37 | 0 | 13 | EE | 36 | 3A |
| Octal | 131 | 134 | 316 | 71 | 67 | 0 | 23 | 356 | 66 | 72 |
| Binary | 1011001 | 1011100 | 11001110 | 111001 | 110111 | 0 | 10011 | 11101110 | 110110 | 111010 |
Color Harmonies of #595CCE
Complementary color
Monochromatic Colors of #595CCE
Black with #595CCE
Text Example
Text Example
White with #595CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CCE; }
p { color: rgb(89,92,206); }
H1.HeaderClassName
{
color: #595CCE;
}
.AnyTagClassName
{
color: #595CCE;
}
</style>
background-color css
<style>
a { background-color: #595CCE; }
a { background-color: rgb(89,92,206); }
div.DivClassName
{
background-color: #595CCE;
}
.BgClassName
{
background-color: #595CCE;
}
</style>
border-color css
<style>
span { border-color: #595CCE; }
span { border-color: rgb(89,92,206); }
td.TdClassName
{
border-color: #595CCE;
}
.TagClassName
{
border-color: #595CCE;
}
</style>