Shades of Slate Blue #5850CA
Tints of Slate Blue #5850CA
RGB
CMYK
RGB Variations
Color information
#5850CA (or 0x5850CA) is known color: Slate Blue. HEX triplet: 58, 50 and CA. RGB value is (88,80,202). Sum of RGB (Red+Green+Blue) = 88+80+202=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #5850CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5850CA is #A7AF35. Grayscale: #5F5F5F. Windows color (decimal): -10989366 or 13258840. OLE color: 13258840.
HSL color Cylindrical-coordinate representation of color #5850CA: hue angle of 243.93º 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 #5850CA is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 80 | 202 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.21 |
| HSL | 243.93º | 0.54% | 0.55% | - |
| HSV(B) | 243.93º | 0.6% | 0.79% | - |
| XYZ | 17.55 | 12.08 | 57.28 | - |
| YUV | 96.3 | 187.65 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 202 | 0.56 | 0.60 | 0 | 0.21 | 243.93 | 0.54 | 0.55 |
| Hex | 58 | 50 | CA | 38 | 3C | 0 | 15 | F4 | 36 | 37 |
| Octal | 130 | 120 | 312 | 70 | 74 | 0 | 25 | 364 | 66 | 67 |
| Binary | 1011000 | 1010000 | 11001010 | 111000 | 111100 | 0 | 10101 | 11110100 | 110110 | 110111 |
Color Harmonies of #5850CA
Complementary color
Monochromatic Colors of #5850CA
Black with #5850CA
Text Example
Text Example
White with #5850CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5850CA; }
p { color: rgb(88,80,202); }
H1.HeaderClassName
{
color: #5850CA;
}
.AnyTagClassName
{
color: #5850CA;
}
</style>
background-color css
<style>
a { background-color: #5850CA; }
a { background-color: rgb(88,80,202); }
div.DivClassName
{
background-color: #5850CA;
}
.BgClassName
{
background-color: #5850CA;
}
</style>
border-color css
<style>
span { border-color: #5850CA; }
span { border-color: rgb(88,80,202); }
td.TdClassName
{
border-color: #5850CA;
}
.TagClassName
{
border-color: #5850CA;
}
</style>