Shades of Slate Blue #595ADC
Tints of Slate Blue #595ADC
RGB
CMYK
RGB Variations
Color information
#595ADC (or 0x595ADC) is known color: Slate Blue. HEX triplet: 59, 5A and DC. RGB value is (89,90,220). Sum of RGB (Red+Green+Blue) = 89+90+220=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #595ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ADC is #A6A523. Grayscale: #686868. Windows color (decimal): -10921252 or 14441049. OLE color: 14441049.
HSL color Cylindrical-coordinate representation of color #595ADC: hue angle of 239.54º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595ADC is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 90 | 220 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.14 |
| HSL | 239.54º | 0.65% | 0.61% | - |
| HSV(B) | 239.54º | 0.6% | 0.86% | - |
| XYZ | 20.69 | 14.6 | 69.44 | - |
| YUV | 104.52 | 193.17 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 220 | 0.60 | 0.59 | 0 | 0.14 | 239.54 | 0.65 | 0.61 |
| Hex | 59 | 5A | DC | 3C | 3B | 0 | E | F0 | 41 | 3D |
| Octal | 131 | 132 | 334 | 74 | 73 | 0 | 16 | 360 | 101 | 75 |
| Binary | 1011001 | 1011010 | 11011100 | 111100 | 111011 | 0 | 1110 | 11110000 | 1000001 | 111101 |
Color Harmonies of #595ADC
Complementary color
Monochromatic Colors of #595ADC
Black with #595ADC
Text Example
Text Example
White with #595ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595ADC; }
p { color: rgb(89,90,220); }
H1.HeaderClassName
{
color: #595ADC;
}
.AnyTagClassName
{
color: #595ADC;
}
</style>
background-color css
<style>
a { background-color: #595ADC; }
a { background-color: rgb(89,90,220); }
div.DivClassName
{
background-color: #595ADC;
}
.BgClassName
{
background-color: #595ADC;
}
</style>
border-color css
<style>
span { border-color: #595ADC; }
span { border-color: rgb(89,90,220); }
td.TdClassName
{
border-color: #595ADC;
}
.TagClassName
{
border-color: #595ADC;
}
</style>