Shades of Slate Blue #5A4DCC
Tints of Slate Blue #5A4DCC
RGB
CMYK
RGB Variations
Color information
#5A4DCC (or 0x5A4DCC) is known color: Slate Blue. HEX triplet: 5A, 4D and CC. RGB value is (90,77,204). Sum of RGB (Red+Green+Blue) = 90+77+204=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A4DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4DCC is #A5B233. Grayscale: #5E5E5E. Windows color (decimal): -10859060 or 13389146. OLE color: 13389146.
HSL color Cylindrical-coordinate representation of color #5A4DCC: hue angle of 246.14º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A4DCC is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 77 | 204 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.2 |
| HSL | 246.14º | 0.55% | 0.55% | - |
| HSV(B) | 246.14º | 0.62% | 0.8% | - |
| XYZ | 17.77 | 11.84 | 58.48 | - |
| YUV | 95.37 | 189.31 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 77 | 204 | 0.56 | 0.62 | 0 | 0.2 | 246.14 | 0.55 | 0.55 |
| Hex | 5A | 4D | CC | 38 | 3E | 0 | 14 | F6 | 37 | 37 |
| Octal | 132 | 115 | 314 | 70 | 76 | 0 | 24 | 366 | 67 | 67 |
| Binary | 1011010 | 1001101 | 11001100 | 111000 | 111110 | 0 | 10100 | 11110110 | 110111 | 110111 |
Color Harmonies of #5A4DCC
Complementary color
Monochromatic Colors of #5A4DCC
Black with #5A4DCC
Text Example
Text Example
White with #5A4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4DCC; }
p { color: rgb(90,77,204); }
H1.HeaderClassName
{
color: #5A4DCC;
}
.AnyTagClassName
{
color: #5A4DCC;
}
</style>
background-color css
<style>
a { background-color: #5A4DCC; }
a { background-color: rgb(90,77,204); }
div.DivClassName
{
background-color: #5A4DCC;
}
.BgClassName
{
background-color: #5A4DCC;
}
</style>
border-color css
<style>
span { border-color: #5A4DCC; }
span { border-color: rgb(90,77,204); }
td.TdClassName
{
border-color: #5A4DCC;
}
.TagClassName
{
border-color: #5A4DCC;
}
</style>