Shades of Slate Blue #5750CA
Tints of Slate Blue #5750CA
RGB
CMYK
RGB Variations
Color information
#5750CA (or 0x5750CA) is known color: Slate Blue. HEX triplet: 57, 50 and CA. RGB value is (87,80,202). Sum of RGB (Red+Green+Blue) = 87+80+202=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #5750CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5750CA is #A8AF35. Grayscale: #5F5F5F. Windows color (decimal): -11054902 or 13258839. OLE color: 13258839.
HSL color Cylindrical-coordinate representation of color #5750CA: hue angle of 243.44º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5750CA is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 80 | 202 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.21 |
| HSL | 243.44º | 0.54% | 0.55% | - |
| HSV(B) | 243.44º | 0.6% | 0.79% | - |
| XYZ | 17.46 | 12.03 | 57.28 | - |
| YUV | 96 | 187.82 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 202 | 0.57 | 0.60 | 0 | 0.21 | 243.44 | 0.54 | 0.55 |
| Hex | 57 | 50 | CA | 39 | 3C | 0 | 15 | F3 | 36 | 37 |
| Octal | 127 | 120 | 312 | 71 | 74 | 0 | 25 | 363 | 66 | 67 |
| Binary | 1010111 | 1010000 | 11001010 | 111001 | 111100 | 0 | 10101 | 11110011 | 110110 | 110111 |
Color Harmonies of #5750CA
Complementary color
Monochromatic Colors of #5750CA
Black with #5750CA
Text Example
Text Example
White with #5750CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5750CA; }
p { color: rgb(87,80,202); }
H1.HeaderClassName
{
color: #5750CA;
}
.AnyTagClassName
{
color: #5750CA;
}
</style>
background-color css
<style>
a { background-color: #5750CA; }
a { background-color: rgb(87,80,202); }
div.DivClassName
{
background-color: #5750CA;
}
.BgClassName
{
background-color: #5750CA;
}
</style>
border-color css
<style>
span { border-color: #5750CA; }
span { border-color: rgb(87,80,202); }
td.TdClassName
{
border-color: #5750CA;
}
.TagClassName
{
border-color: #5750CA;
}
</style>