Shades of Slate Blue #595BCC
Tints of Slate Blue #595BCC
RGB
CMYK
RGB Variations
Color information
#595BCC (or 0x595BCC) is known color: Slate Blue. HEX triplet: 59, 5B and CC. RGB value is (89,91,204). Sum of RGB (Red+Green+Blue) = 89+91+204=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #595BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BCC is #A6A433. Grayscale: #666666. Windows color (decimal): -10921012 or 13392729. OLE color: 13392729.
HSL color Cylindrical-coordinate representation of color #595BCC: hue angle of 238.96º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595BCC is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 91 | 204 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.2 |
| HSL | 238.96º | 0.53% | 0.57% | - |
| HSV(B) | 238.96º | 0.56% | 0.8% | - |
| XYZ | 18.76 | 13.97 | 58.83 | - |
| YUV | 103.28 | 184.84 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 204 | 0.56 | 0.55 | 0 | 0.2 | 238.96 | 0.53 | 0.57 |
| Hex | 59 | 5B | CC | 38 | 37 | 0 | 14 | EF | 35 | 39 |
| Octal | 131 | 133 | 314 | 70 | 67 | 0 | 24 | 357 | 65 | 71 |
| Binary | 1011001 | 1011011 | 11001100 | 111000 | 110111 | 0 | 10100 | 11101111 | 110101 | 111001 |
Color Harmonies of #595BCC
Complementary color
Monochromatic Colors of #595BCC
Black with #595BCC
Text Example
Text Example
White with #595BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BCC; }
p { color: rgb(89,91,204); }
H1.HeaderClassName
{
color: #595BCC;
}
.AnyTagClassName
{
color: #595BCC;
}
</style>
background-color css
<style>
a { background-color: #595BCC; }
a { background-color: rgb(89,91,204); }
div.DivClassName
{
background-color: #595BCC;
}
.BgClassName
{
background-color: #595BCC;
}
</style>
border-color css
<style>
span { border-color: #595BCC; }
span { border-color: rgb(89,91,204); }
td.TdClassName
{
border-color: #595BCC;
}
.TagClassName
{
border-color: #595BCC;
}
</style>