Shades of Slate Blue #595ACB
Tints of Slate Blue #595ACB
RGB
CMYK
RGB Variations
Color information
#595ACB (or 0x595ACB) is known color: Slate Blue. HEX triplet: 59, 5A and CB. RGB value is (89,90,203). Sum of RGB (Red+Green+Blue) = 89+90+203=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #595ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ACB is #A6A534. Grayscale: #666666. Windows color (decimal): -10921269 or 13326937. OLE color: 13326937.
HSL color Cylindrical-coordinate representation of color #595ACB: hue angle of 239.47º degrees, saturation: 0.52, 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 #595ACB is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 90 | 203 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.20 |
| HSL | 239.47º | 0.52% | 0.57% | - |
| HSV(B) | 239.47º | 0.56% | 0.8% | - |
| XYZ | 18.56 | 13.75 | 58.18 | - |
| YUV | 102.58 | 184.67 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 203 | 0.56 | 0.56 | 0 | 0.20 | 239.47 | 0.52 | 0.57 |
| Hex | 59 | 5A | CB | 38 | 38 | 0 | 14 | EF | 34 | 39 |
| Octal | 131 | 132 | 313 | 70 | 70 | 0 | 24 | 357 | 64 | 71 |
| Binary | 1011001 | 1011010 | 11001011 | 111000 | 111000 | 0 | 10100 | 11101111 | 110100 | 111001 |
Color Harmonies of #595ACB
Complementary color
Monochromatic Colors of #595ACB
Black with #595ACB
Text Example
Text Example
White with #595ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595ACB; }
p { color: rgb(89,90,203); }
H1.HeaderClassName
{
color: #595ACB;
}
.AnyTagClassName
{
color: #595ACB;
}
</style>
background-color css
<style>
a { background-color: #595ACB; }
a { background-color: rgb(89,90,203); }
div.DivClassName
{
background-color: #595ACB;
}
.BgClassName
{
background-color: #595ACB;
}
</style>
border-color css
<style>
span { border-color: #595ACB; }
span { border-color: rgb(89,90,203); }
td.TdClassName
{
border-color: #595ACB;
}
.TagClassName
{
border-color: #595ACB;
}
</style>