Shades of Slate Blue #5D64CC
Tints of Slate Blue #5D64CC
RGB
CMYK
RGB Variations
Color information
#5D64CC (or 0x5D64CC) is known color: Slate Blue. HEX triplet: 5D, 64 and CC. RGB value is (93,100,204). Sum of RGB (Red+Green+Blue) = 93+100+204=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D64CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D64CC is #A29B33. Grayscale: #6D6D6D. Windows color (decimal): -10656564 or 13395037. OLE color: 13395037.
HSL color Cylindrical-coordinate representation of color #5D64CC: hue angle of 236.22º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D64CC is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 100 | 204 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.2 |
| HSL | 236.22º | 0.52% | 0.58% | - |
| HSV(B) | 236.22º | 0.54% | 0.8% | - |
| XYZ | 19.97 | 15.8 | 59.12 | - |
| YUV | 109.76 | 181.18 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 100 | 204 | 0.54 | 0.51 | 0 | 0.2 | 236.22 | 0.52 | 0.58 |
| Hex | 5D | 64 | CC | 36 | 33 | 0 | 14 | EC | 34 | 3A |
| Octal | 135 | 144 | 314 | 66 | 63 | 0 | 24 | 354 | 64 | 72 |
| Binary | 1011101 | 1100100 | 11001100 | 110110 | 110011 | 0 | 10100 | 11101100 | 110100 | 111010 |
Color Harmonies of #5D64CC
Complementary color
Monochromatic Colors of #5D64CC
Black with #5D64CC
Text Example
Text Example
White with #5D64CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D64CC; }
p { color: rgb(93,100,204); }
H1.HeaderClassName
{
color: #5D64CC;
}
.AnyTagClassName
{
color: #5D64CC;
}
</style>
background-color css
<style>
a { background-color: #5D64CC; }
a { background-color: rgb(93,100,204); }
div.DivClassName
{
background-color: #5D64CC;
}
.BgClassName
{
background-color: #5D64CC;
}
</style>
border-color css
<style>
span { border-color: #5D64CC; }
span { border-color: rgb(93,100,204); }
td.TdClassName
{
border-color: #5D64CC;
}
.TagClassName
{
border-color: #5D64CC;
}
</style>