Shades of Slate Blue #5D59CC
Tints of Slate Blue #5D59CC
RGB
CMYK
RGB Variations
Color information
#5D59CC (or 0x5D59CC) is known color: Slate Blue. HEX triplet: 5D, 59 and CC. RGB value is (93,89,204). Sum of RGB (Red+Green+Blue) = 93+89+204=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D59CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D59CC is #A2A633. Grayscale: #666666. Windows color (decimal): -10659380 or 13392221. OLE color: 13392221.
HSL color Cylindrical-coordinate representation of color #5D59CC: hue angle of 242.09º 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 #5D59CC is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 89 | 204 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.2 |
| HSL | 242.09º | 0.53% | 0.57% | - |
| HSV(B) | 242.09º | 0.56% | 0.8% | - |
| XYZ | 18.99 | 13.83 | 58.8 | - |
| YUV | 103.31 | 184.83 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 204 | 0.54 | 0.56 | 0 | 0.2 | 242.09 | 0.53 | 0.57 |
| Hex | 5D | 59 | CC | 36 | 38 | 0 | 14 | F2 | 35 | 39 |
| Octal | 135 | 131 | 314 | 66 | 70 | 0 | 24 | 362 | 65 | 71 |
| Binary | 1011101 | 1011001 | 11001100 | 110110 | 111000 | 0 | 10100 | 11110010 | 110101 | 111001 |
Color Harmonies of #5D59CC
Complementary color
Monochromatic Colors of #5D59CC
Black with #5D59CC
Text Example
Text Example
White with #5D59CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D59CC; }
p { color: rgb(93,89,204); }
H1.HeaderClassName
{
color: #5D59CC;
}
.AnyTagClassName
{
color: #5D59CC;
}
</style>
background-color css
<style>
a { background-color: #5D59CC; }
a { background-color: rgb(93,89,204); }
div.DivClassName
{
background-color: #5D59CC;
}
.BgClassName
{
background-color: #5D59CC;
}
</style>
border-color css
<style>
span { border-color: #5D59CC; }
span { border-color: rgb(93,89,204); }
td.TdClassName
{
border-color: #5D59CC;
}
.TagClassName
{
border-color: #5D59CC;
}
</style>