Shades of Slate Blue #5D5AC1
Tints of Slate Blue #5D5AC1
RGB
CMYK
RGB Variations
Color information
#5D5AC1 (or 0x5D5AC1) is known color: Slate Blue. HEX triplet: 5D, 5A and C1. RGB value is (93,90,193). Sum of RGB (Red+Green+Blue) = 93+90+193=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #5D5AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5AC1 is #A2A53E. Grayscale: #666666. Windows color (decimal): -10659135 or 12671581. OLE color: 12671581.
HSL color Cylindrical-coordinate representation of color #5D5AC1: hue angle of 241.75º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D5AC1 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 90 | 193 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.24 |
| HSL | 241.75º | 0.45% | 0.55% | - |
| HSV(B) | 241.75º | 0.53% | 0.76% | - |
| XYZ | 17.8 | 13.49 | 52.12 | - |
| YUV | 102.64 | 178.99 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 90 | 193 | 0.52 | 0.53 | 0 | 0.24 | 241.75 | 0.45 | 0.55 |
| Hex | 5D | 5A | C1 | 34 | 35 | 0 | 18 | F2 | 2D | 37 |
| Octal | 135 | 132 | 301 | 64 | 65 | 0 | 30 | 362 | 55 | 67 |
| Binary | 1011101 | 1011010 | 11000001 | 110100 | 110101 | 0 | 11000 | 11110010 | 101101 | 110111 |
Color Harmonies of #5D5AC1
Complementary color
Monochromatic Colors of #5D5AC1
Black with #5D5AC1
Text Example
Text Example
White with #5D5AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5AC1; }
p { color: rgb(93,90,193); }
H1.HeaderClassName
{
color: #5D5AC1;
}
.AnyTagClassName
{
color: #5D5AC1;
}
</style>
background-color css
<style>
a { background-color: #5D5AC1; }
a { background-color: rgb(93,90,193); }
div.DivClassName
{
background-color: #5D5AC1;
}
.BgClassName
{
background-color: #5D5AC1;
}
</style>
border-color css
<style>
span { border-color: #5D5AC1; }
span { border-color: rgb(93,90,193); }
td.TdClassName
{
border-color: #5D5AC1;
}
.TagClassName
{
border-color: #5D5AC1;
}
</style>