Shades of Slate Blue #595CDD
Tints of Slate Blue #595CDD
RGB
CMYK
RGB Variations
Color information
#595CDD (or 0x595CDD) is known color: Slate Blue. HEX triplet: 59, 5C and DD. RGB value is (89,92,221). Sum of RGB (Red+Green+Blue) = 89+92+221=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #595CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CDD is #A6A322. Grayscale: #696969. Windows color (decimal): -10920739 or 14507097. OLE color: 14507097.
HSL color Cylindrical-coordinate representation of color #595CDD: hue angle of 238.64º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595CDD is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 92 | 221 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.13 |
| HSL | 238.64º | 0.66% | 0.61% | - |
| HSV(B) | 238.64º | 0.6% | 0.87% | - |
| XYZ | 21 | 15 | 70.19 | - |
| YUV | 105.81 | 193.01 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 221 | 0.60 | 0.58 | 0 | 0.13 | 238.64 | 0.66 | 0.61 |
| Hex | 59 | 5C | DD | 3C | 3A | 0 | D | EF | 42 | 3D |
| Octal | 131 | 134 | 335 | 74 | 72 | 0 | 15 | 357 | 102 | 75 |
| Binary | 1011001 | 1011100 | 11011101 | 111100 | 111010 | 0 | 1101 | 11101111 | 1000010 | 111101 |
Color Harmonies of #595CDD
Complementary color
Monochromatic Colors of #595CDD
Black with #595CDD
Text Example
Text Example
White with #595CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CDD; }
p { color: rgb(89,92,221); }
H1.HeaderClassName
{
color: #595CDD;
}
.AnyTagClassName
{
color: #595CDD;
}
</style>
background-color css
<style>
a { background-color: #595CDD; }
a { background-color: rgb(89,92,221); }
div.DivClassName
{
background-color: #595CDD;
}
.BgClassName
{
background-color: #595CDD;
}
</style>
border-color css
<style>
span { border-color: #595CDD; }
span { border-color: rgb(89,92,221); }
td.TdClassName
{
border-color: #595CDD;
}
.TagClassName
{
border-color: #595CDD;
}
</style>