Shades of Slate Blue #5D4CC4
Tints of Slate Blue #5D4CC4
RGB
CMYK
RGB Variations
Color information
#5D4CC4 (or 0x5D4CC4) is known color: Slate Blue. HEX triplet: 5D, 4C and C4. RGB value is (93,76,196). Sum of RGB (Red+Green+Blue) = 93+76+196=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 196 (76.95% from 255 or 53.70% from 365); Max value from RGB is 196 - color contains mainly: blue. Hex color #5D4CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4CC4 is #A2B33B. Grayscale: #5E5E5E. Windows color (decimal): -10662716 or 12864605. OLE color: 12864605.
HSL color Cylindrical-coordinate representation of color #5D4CC4: hue angle of 248.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D4CC4 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 76 | 196 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.23 |
| HSL | 248.5º | 0.5% | 0.53% | - |
| HSV(B) | 248.5º | 0.61% | 0.77% | - |
| XYZ | 17.06 | 11.48 | 53.54 | - |
| YUV | 94.76 | 185.13 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 76 | 196 | 0.53 | 0.61 | 0 | 0.23 | 248.5 | 0.5 | 0.53 |
| Hex | 5D | 4C | C4 | 35 | 3D | 0 | 17 | F9 | 32 | 35 |
| Octal | 135 | 114 | 304 | 65 | 75 | 0 | 27 | 371 | 62 | 65 |
| Binary | 1011101 | 1001100 | 11000100 | 110101 | 111101 | 0 | 10111 | 11111001 | 110010 | 110101 |
Color Harmonies of #5D4CC4
Complementary color
Monochromatic Colors of #5D4CC4
Black with #5D4CC4
Text Example
Text Example
White with #5D4CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4CC4; }
p { color: rgb(93,76,196); }
H1.HeaderClassName
{
color: #5D4CC4;
}
.AnyTagClassName
{
color: #5D4CC4;
}
</style>
background-color css
<style>
a { background-color: #5D4CC4; }
a { background-color: rgb(93,76,196); }
div.DivClassName
{
background-color: #5D4CC4;
}
.BgClassName
{
background-color: #5D4CC4;
}
</style>
border-color css
<style>
span { border-color: #5D4CC4; }
span { border-color: rgb(93,76,196); }
td.TdClassName
{
border-color: #5D4CC4;
}
.TagClassName
{
border-color: #5D4CC4;
}
</style>