Shades of Slate Blue #5D54C6
Tints of Slate Blue #5D54C6
RGB
CMYK
RGB Variations
Color information
#5D54C6 (or 0x5D54C6) is known color: Slate Blue. HEX triplet: 5D, 54 and C6. RGB value is (93,84,198). Sum of RGB (Red+Green+Blue) = 93+84+198=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #5D54C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D54C6 is #A2AB39. Grayscale: #636363. Windows color (decimal): -10660666 or 12997725. OLE color: 12997725.
HSL color Cylindrical-coordinate representation of color #5D54C6: hue angle of 244.74º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D54C6 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 84 | 198 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.22 |
| HSL | 244.74º | 0.5% | 0.55% | - |
| HSV(B) | 244.74º | 0.58% | 0.78% | - |
| XYZ | 17.88 | 12.75 | 54.94 | - |
| YUV | 99.69 | 183.48 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 84 | 198 | 0.53 | 0.58 | 0 | 0.22 | 244.74 | 0.5 | 0.55 |
| Hex | 5D | 54 | C6 | 35 | 3A | 0 | 16 | F5 | 32 | 37 |
| Octal | 135 | 124 | 306 | 65 | 72 | 0 | 26 | 365 | 62 | 67 |
| Binary | 1011101 | 1010100 | 11000110 | 110101 | 111010 | 0 | 10110 | 11110101 | 110010 | 110111 |
Color Harmonies of #5D54C6
Complementary color
Monochromatic Colors of #5D54C6
Black with #5D54C6
Text Example
Text Example
White with #5D54C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D54C6; }
p { color: rgb(93,84,198); }
H1.HeaderClassName
{
color: #5D54C6;
}
.AnyTagClassName
{
color: #5D54C6;
}
</style>
background-color css
<style>
a { background-color: #5D54C6; }
a { background-color: rgb(93,84,198); }
div.DivClassName
{
background-color: #5D54C6;
}
.BgClassName
{
background-color: #5D54C6;
}
</style>
border-color css
<style>
span { border-color: #5D54C6; }
span { border-color: rgb(93,84,198); }
td.TdClassName
{
border-color: #5D54C6;
}
.TagClassName
{
border-color: #5D54C6;
}
</style>