Shades of Slate Blue #5A59C4
Tints of Slate Blue #5A59C4
RGB
CMYK
RGB Variations
Color information
#5A59C4 (or 0x5A59C4) is known color: Slate Blue. HEX triplet: 5A, 59 and C4. RGB value is (90,89,196). Sum of RGB (Red+Green+Blue) = 90+89+196=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 196 (76.95% from 255 or 52.27% from 375); Max value from RGB is 196 - color contains mainly: blue. Hex color #5A59C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A59C4 is #A5A63B. Grayscale: #656565. Windows color (decimal): -10855996 or 12867930. OLE color: 12867930.
HSL color Cylindrical-coordinate representation of color #5A59C4: hue angle of 240.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A59C4 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 89 | 196 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.23 |
| HSL | 240.56º | 0.48% | 0.56% | - |
| HSV(B) | 240.56º | 0.55% | 0.77% | - |
| XYZ | 17.75 | 13.3 | 53.86 | - |
| YUV | 101.5 | 181.33 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 196 | 0.54 | 0.55 | 0 | 0.23 | 240.56 | 0.48 | 0.56 |
| Hex | 5A | 59 | C4 | 36 | 37 | 0 | 17 | F1 | 30 | 38 |
| Octal | 132 | 131 | 304 | 66 | 67 | 0 | 27 | 361 | 60 | 70 |
| Binary | 1011010 | 1011001 | 11000100 | 110110 | 110111 | 0 | 10111 | 11110001 | 110000 | 111000 |
Color Harmonies of #5A59C4
Complementary color
Monochromatic Colors of #5A59C4
Black with #5A59C4
Text Example
Text Example
White with #5A59C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A59C4; }
p { color: rgb(90,89,196); }
H1.HeaderClassName
{
color: #5A59C4;
}
.AnyTagClassName
{
color: #5A59C4;
}
</style>
background-color css
<style>
a { background-color: #5A59C4; }
a { background-color: rgb(90,89,196); }
div.DivClassName
{
background-color: #5A59C4;
}
.BgClassName
{
background-color: #5A59C4;
}
</style>
border-color css
<style>
span { border-color: #5A59C4; }
span { border-color: rgb(90,89,196); }
td.TdClassName
{
border-color: #5A59C4;
}
.TagClassName
{
border-color: #5A59C4;
}
</style>