Shades of Slate Blue #5850C4
Tints of Slate Blue #5850C4
RGB
CMYK
RGB Variations
Color information
#5850C4 (or 0x5850C4) is known color: Slate Blue. HEX triplet: 58, 50 and C4. RGB value is (88,80,196). Sum of RGB (Red+Green+Blue) = 88+80+196=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 196 (76.95% from 255 or 53.85% from 364); Max value from RGB is 196 - color contains mainly: blue. Hex color #5850C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5850C4 is #A7AF3B. Grayscale: #5F5F5F. Windows color (decimal): -10989372 or 12865624. OLE color: 12865624.
HSL color Cylindrical-coordinate representation of color #5850C4: hue angle of 244.14º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5850C4 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 80 | 196 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.23 |
| HSL | 244.14º | 0.5% | 0.54% | - |
| HSV(B) | 244.14º | 0.59% | 0.77% | - |
| XYZ | 16.86 | 11.8 | 53.61 | - |
| YUV | 95.62 | 184.65 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 196 | 0.55 | 0.59 | 0 | 0.23 | 244.14 | 0.5 | 0.54 |
| Hex | 58 | 50 | C4 | 37 | 3B | 0 | 17 | F4 | 32 | 36 |
| Octal | 130 | 120 | 304 | 67 | 73 | 0 | 27 | 364 | 62 | 66 |
| Binary | 1011000 | 1010000 | 11000100 | 110111 | 111011 | 0 | 10111 | 11110100 | 110010 | 110110 |
Color Harmonies of #5850C4
Complementary color
Monochromatic Colors of #5850C4
Black with #5850C4
Text Example
Text Example
White with #5850C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5850C4; }
p { color: rgb(88,80,196); }
H1.HeaderClassName
{
color: #5850C4;
}
.AnyTagClassName
{
color: #5850C4;
}
</style>
background-color css
<style>
a { background-color: #5850C4; }
a { background-color: rgb(88,80,196); }
div.DivClassName
{
background-color: #5850C4;
}
.BgClassName
{
background-color: #5850C4;
}
</style>
border-color css
<style>
span { border-color: #5850C4; }
span { border-color: rgb(88,80,196); }
td.TdClassName
{
border-color: #5850C4;
}
.TagClassName
{
border-color: #5850C4;
}
</style>