Shades of Slate Blue #5A59CF
Tints of Slate Blue #5A59CF
RGB
CMYK
RGB Variations
Color information
#5A59CF (or 0x5A59CF) is known color: Slate Blue. HEX triplet: 5A, 59 and CF. RGB value is (90,89,207). Sum of RGB (Red+Green+Blue) = 90+89+207=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A59CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A59CF is #A5A630. Grayscale: #666666. Windows color (decimal): -10855985 or 13588826. OLE color: 13588826.
HSL color Cylindrical-coordinate representation of color #5A59CF: hue angle of 240.51º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A59CF is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 89 | 207 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.19 |
| HSL | 240.51º | 0.55% | 0.58% | - |
| HSV(B) | 240.51º | 0.57% | 0.81% | - |
| XYZ | 19.05 | 13.82 | 60.7 | - |
| YUV | 102.75 | 186.83 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 207 | 0.57 | 0.57 | 0 | 0.19 | 240.51 | 0.55 | 0.58 |
| Hex | 5A | 59 | CF | 39 | 39 | 0 | 13 | F1 | 37 | 3A |
| Octal | 132 | 131 | 317 | 71 | 71 | 0 | 23 | 361 | 67 | 72 |
| Binary | 1011010 | 1011001 | 11001111 | 111001 | 111001 | 0 | 10011 | 11110001 | 110111 | 111010 |
Color Harmonies of #5A59CF
Complementary color
Monochromatic Colors of #5A59CF
Black with #5A59CF
Text Example
Text Example
White with #5A59CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A59CF; }
p { color: rgb(90,89,207); }
H1.HeaderClassName
{
color: #5A59CF;
}
.AnyTagClassName
{
color: #5A59CF;
}
</style>
background-color css
<style>
a { background-color: #5A59CF; }
a { background-color: rgb(90,89,207); }
div.DivClassName
{
background-color: #5A59CF;
}
.BgClassName
{
background-color: #5A59CF;
}
</style>
border-color css
<style>
span { border-color: #5A59CF; }
span { border-color: rgb(90,89,207); }
td.TdClassName
{
border-color: #5A59CF;
}
.TagClassName
{
border-color: #5A59CF;
}
</style>