Shades of Slate Blue #5759CE
Tints of Slate Blue #5759CE
RGB
CMYK
RGB Variations
Color information
#5759CE (or 0x5759CE) is known color: Slate Blue. HEX triplet: 57, 59 and CE. RGB value is (87,89,206). Sum of RGB (Red+Green+Blue) = 87+89+206=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #5759CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5759CE is #A8A631. Grayscale: #656565. Windows color (decimal): -11052594 or 13523287. OLE color: 13523287.
HSL color Cylindrical-coordinate representation of color #5759CE: hue angle of 238.99º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5759CE is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 89 | 206 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.19 |
| HSL | 238.99º | 0.55% | 0.57% | - |
| HSV(B) | 238.99º | 0.58% | 0.81% | - |
| XYZ | 18.64 | 13.63 | 60.04 | - |
| YUV | 101.74 | 186.84 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 206 | 0.58 | 0.57 | 0 | 0.19 | 238.99 | 0.55 | 0.57 |
| Hex | 57 | 59 | CE | 3A | 39 | 0 | 13 | EF | 37 | 39 |
| Octal | 127 | 131 | 316 | 72 | 71 | 0 | 23 | 357 | 67 | 71 |
| Binary | 1010111 | 1011001 | 11001110 | 111010 | 111001 | 0 | 10011 | 11101111 | 110111 | 111001 |
Color Harmonies of #5759CE
Complementary color
Monochromatic Colors of #5759CE
Black with #5759CE
Text Example
Text Example
White with #5759CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5759CE; }
p { color: rgb(87,89,206); }
H1.HeaderClassName
{
color: #5759CE;
}
.AnyTagClassName
{
color: #5759CE;
}
</style>
background-color css
<style>
a { background-color: #5759CE; }
a { background-color: rgb(87,89,206); }
div.DivClassName
{
background-color: #5759CE;
}
.BgClassName
{
background-color: #5759CE;
}
</style>
border-color css
<style>
span { border-color: #5759CE; }
span { border-color: rgb(87,89,206); }
td.TdClassName
{
border-color: #5759CE;
}
.TagClassName
{
border-color: #5759CE;
}
</style>