Shades of Slate Blue #5756CD
Tints of Slate Blue #5756CD
RGB
CMYK
RGB Variations
Color information
#5756CD (or 0x5756CD) is known color: Slate Blue. HEX triplet: 57, 56 and CD. RGB value is (87,86,205). Sum of RGB (Red+Green+Blue) = 87+86+205=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #5756CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5756CD is #A8A932. Grayscale: #636363. Windows color (decimal): -11053363 or 13456983. OLE color: 13456983.
HSL color Cylindrical-coordinate representation of color #5756CD: hue angle of 240.5º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5756CD is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 86 | 205 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.20 |
| HSL | 240.5º | 0.54% | 0.57% | - |
| HSV(B) | 240.5º | 0.58% | 0.8% | - |
| XYZ | 18.28 | 13.09 | 59.32 | - |
| YUV | 99.87 | 187.33 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 205 | 0.58 | 0.58 | 0 | 0.20 | 240.5 | 0.54 | 0.57 |
| Hex | 57 | 56 | CD | 3A | 3A | 0 | 14 | F1 | 36 | 39 |
| Octal | 127 | 126 | 315 | 72 | 72 | 0 | 24 | 361 | 66 | 71 |
| Binary | 1010111 | 1010110 | 11001101 | 111010 | 111010 | 0 | 10100 | 11110001 | 110110 | 111001 |
Color Harmonies of #5756CD
Complementary color
Monochromatic Colors of #5756CD
Black with #5756CD
Text Example
Text Example
White with #5756CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5756CD; }
p { color: rgb(87,86,205); }
H1.HeaderClassName
{
color: #5756CD;
}
.AnyTagClassName
{
color: #5756CD;
}
</style>
background-color css
<style>
a { background-color: #5756CD; }
a { background-color: rgb(87,86,205); }
div.DivClassName
{
background-color: #5756CD;
}
.BgClassName
{
background-color: #5756CD;
}
</style>
border-color css
<style>
span { border-color: #5756CD; }
span { border-color: rgb(87,86,205); }
td.TdClassName
{
border-color: #5756CD;
}
.TagClassName
{
border-color: #5756CD;
}
</style>