Shades of Slate Blue #5A52C0
Tints of Slate Blue #5A52C0
RGB
CMYK
RGB Variations
Color information
#5A52C0 (or 0x5A52C0) is known color: Slate Blue. HEX triplet: 5A, 52 and C0. RGB value is (90,82,192). Sum of RGB (Red+Green+Blue) = 90+82+192=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #5A52C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A52C0 is #A5AD3F. Grayscale: #606060. Windows color (decimal): -10857792 or 12603994. OLE color: 12603994.
HSL color Cylindrical-coordinate representation of color #5A52C0: hue angle of 244.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A52C0 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 82 | 192 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.25 |
| HSL | 244.36º | 0.47% | 0.54% | - |
| HSV(B) | 244.36º | 0.57% | 0.75% | - |
| XYZ | 16.75 | 12.01 | 51.31 | - |
| YUV | 96.93 | 181.65 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 192 | 0.53 | 0.57 | 0 | 0.25 | 244.36 | 0.47 | 0.54 |
| Hex | 5A | 52 | C0 | 35 | 39 | 0 | 19 | F4 | 2F | 36 |
| Octal | 132 | 122 | 300 | 65 | 71 | 0 | 31 | 364 | 57 | 66 |
| Binary | 1011010 | 1010010 | 11000000 | 110101 | 111001 | 0 | 11001 | 11110100 | 101111 | 110110 |
Color Harmonies of #5A52C0
Complementary color
Monochromatic Colors of #5A52C0
Black with #5A52C0
Text Example
Text Example
White with #5A52C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A52C0; }
p { color: rgb(90,82,192); }
H1.HeaderClassName
{
color: #5A52C0;
}
.AnyTagClassName
{
color: #5A52C0;
}
</style>
background-color css
<style>
a { background-color: #5A52C0; }
a { background-color: rgb(90,82,192); }
div.DivClassName
{
background-color: #5A52C0;
}
.BgClassName
{
background-color: #5A52C0;
}
</style>
border-color css
<style>
span { border-color: #5A52C0; }
span { border-color: rgb(90,82,192); }
td.TdClassName
{
border-color: #5A52C0;
}
.TagClassName
{
border-color: #5A52C0;
}
</style>