Shades of Slate Blue #5D48CC
Tints of Slate Blue #5D48CC
RGB
CMYK
RGB Variations
Color information
#5D48CC (or 0x5D48CC) is known color: Slate Blue. HEX triplet: 5D, 48 and CC. RGB value is (93,72,204). Sum of RGB (Red+Green+Blue) = 93+72+204=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D48CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D48CC is #A2B733. Grayscale: #5C5C5C. Windows color (decimal): -10663732 or 13387869. OLE color: 13387869.
HSL color Cylindrical-coordinate representation of color #5D48CC: hue angle of 249.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D48CC is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 72 | 204 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.2 |
| HSL | 249.55º | 0.56% | 0.54% | - |
| HSV(B) | 249.55º | 0.65% | 0.8% | - |
| XYZ | 17.73 | 11.32 | 58.38 | - |
| YUV | 93.33 | 190.46 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 204 | 0.54 | 0.65 | 0 | 0.2 | 249.55 | 0.56 | 0.54 |
| Hex | 5D | 48 | CC | 36 | 41 | 0 | 14 | FA | 38 | 36 |
| Octal | 135 | 110 | 314 | 66 | 101 | 0 | 24 | 372 | 70 | 66 |
| Binary | 1011101 | 1001000 | 11001100 | 110110 | 1000001 | 0 | 10100 | 11111010 | 111000 | 110110 |
Color Harmonies of #5D48CC
Complementary color
Monochromatic Colors of #5D48CC
Black with #5D48CC
Text Example
Text Example
White with #5D48CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D48CC; }
p { color: rgb(93,72,204); }
H1.HeaderClassName
{
color: #5D48CC;
}
.AnyTagClassName
{
color: #5D48CC;
}
</style>
background-color css
<style>
a { background-color: #5D48CC; }
a { background-color: rgb(93,72,204); }
div.DivClassName
{
background-color: #5D48CC;
}
.BgClassName
{
background-color: #5D48CC;
}
</style>
border-color css
<style>
span { border-color: #5D48CC; }
span { border-color: rgb(93,72,204); }
td.TdClassName
{
border-color: #5D48CC;
}
.TagClassName
{
border-color: #5D48CC;
}
</style>