Shades of Slate Blue #5758D5
Tints of Slate Blue #5758D5
RGB
CMYK
RGB Variations
Color information
#5758D5 (or 0x5758D5) is known color: Slate Blue. HEX triplet: 57, 58 and D5. RGB value is (87,88,213). Sum of RGB (Red+Green+Blue) = 87+88+213=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #5758D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5758D5 is #A8A72A. Grayscale: #656565. Windows color (decimal): -11052843 or 13981783. OLE color: 13981783.
HSL color Cylindrical-coordinate representation of color #5758D5: hue angle of 239.52º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5758D5 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 88 | 213 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.16 |
| HSL | 239.52º | 0.6% | 0.59% | - |
| HSV(B) | 239.52º | 0.59% | 0.84% | - |
| XYZ | 19.43 | 13.81 | 64.59 | - |
| YUV | 101.95 | 190.67 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 213 | 0.59 | 0.59 | 0 | 0.16 | 239.52 | 0.6 | 0.59 |
| Hex | 57 | 58 | D5 | 3B | 3B | 0 | 10 | F0 | 3C | 3B |
| Octal | 127 | 130 | 325 | 73 | 73 | 0 | 20 | 360 | 74 | 73 |
| Binary | 1010111 | 1011000 | 11010101 | 111011 | 111011 | 0 | 10000 | 11110000 | 111100 | 111011 |
Color Harmonies of #5758D5
Complementary color
Monochromatic Colors of #5758D5
Black with #5758D5
Text Example
Text Example
White with #5758D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5758D5; }
p { color: rgb(87,88,213); }
H1.HeaderClassName
{
color: #5758D5;
}
.AnyTagClassName
{
color: #5758D5;
}
</style>
background-color css
<style>
a { background-color: #5758D5; }
a { background-color: rgb(87,88,213); }
div.DivClassName
{
background-color: #5758D5;
}
.BgClassName
{
background-color: #5758D5;
}
</style>
border-color css
<style>
span { border-color: #5758D5; }
span { border-color: rgb(87,88,213); }
td.TdClassName
{
border-color: #5758D5;
}
.TagClassName
{
border-color: #5758D5;
}
</style>