Shades of Slate Blue #5751CE
Tints of Slate Blue #5751CE
RGB
CMYK
RGB Variations
Color information
#5751CE (or 0x5751CE) is known color: Slate Blue. HEX triplet: 57, 51 and CE. RGB value is (87,81,206). Sum of RGB (Red+Green+Blue) = 87+81+206=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #5751CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5751CE is #A8AE31. Grayscale: #606060. Windows color (decimal): -11054642 or 13521239. OLE color: 13521239.
HSL color Cylindrical-coordinate representation of color #5751CE: hue angle of 242.88º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5751CE is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 81 | 206 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.19 |
| HSL | 242.88º | 0.56% | 0.56% | - |
| HSV(B) | 242.88º | 0.61% | 0.81% | - |
| XYZ | 18.01 | 12.37 | 59.83 | - |
| YUV | 97.04 | 189.49 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 206 | 0.58 | 0.61 | 0 | 0.19 | 242.88 | 0.56 | 0.56 |
| Hex | 57 | 51 | CE | 3A | 3D | 0 | 13 | F3 | 38 | 38 |
| Octal | 127 | 121 | 316 | 72 | 75 | 0 | 23 | 363 | 70 | 70 |
| Binary | 1010111 | 1010001 | 11001110 | 111010 | 111101 | 0 | 10011 | 11110011 | 111000 | 111000 |
Color Harmonies of #5751CE
Complementary color
Monochromatic Colors of #5751CE
Black with #5751CE
Text Example
Text Example
White with #5751CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5751CE; }
p { color: rgb(87,81,206); }
H1.HeaderClassName
{
color: #5751CE;
}
.AnyTagClassName
{
color: #5751CE;
}
</style>
background-color css
<style>
a { background-color: #5751CE; }
a { background-color: rgb(87,81,206); }
div.DivClassName
{
background-color: #5751CE;
}
.BgClassName
{
background-color: #5751CE;
}
</style>
border-color css
<style>
span { border-color: #5751CE; }
span { border-color: rgb(87,81,206); }
td.TdClassName
{
border-color: #5751CE;
}
.TagClassName
{
border-color: #5751CE;
}
</style>