Shades of Slate Blue #5850CC
Tints of Slate Blue #5850CC
RGB
CMYK
RGB Variations
Color information
#5850CC (or 0x5850CC) is known color: Slate Blue. HEX triplet: 58, 50 and CC. RGB value is (88,80,204). Sum of RGB (Red+Green+Blue) = 88+80+204=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #5850CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5850CC is #A7AF33. Grayscale: #606060. Windows color (decimal): -10989364 or 13389912. OLE color: 13389912.
HSL color Cylindrical-coordinate representation of color #5850CC: hue angle of 243.87º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5850CC is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 80 | 204 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.2 |
| HSL | 243.87º | 0.55% | 0.56% | - |
| HSV(B) | 243.87º | 0.61% | 0.8% | - |
| XYZ | 17.79 | 12.17 | 58.54 | - |
| YUV | 96.53 | 188.65 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 204 | 0.57 | 0.61 | 0 | 0.2 | 243.87 | 0.55 | 0.56 |
| Hex | 58 | 50 | CC | 39 | 3D | 0 | 14 | F4 | 37 | 38 |
| Octal | 130 | 120 | 314 | 71 | 75 | 0 | 24 | 364 | 67 | 70 |
| Binary | 1011000 | 1010000 | 11001100 | 111001 | 111101 | 0 | 10100 | 11110100 | 110111 | 111000 |
Color Harmonies of #5850CC
Complementary color
Monochromatic Colors of #5850CC
Black with #5850CC
Text Example
Text Example
White with #5850CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5850CC; }
p { color: rgb(88,80,204); }
H1.HeaderClassName
{
color: #5850CC;
}
.AnyTagClassName
{
color: #5850CC;
}
</style>
background-color css
<style>
a { background-color: #5850CC; }
a { background-color: rgb(88,80,204); }
div.DivClassName
{
background-color: #5850CC;
}
.BgClassName
{
background-color: #5850CC;
}
</style>
border-color css
<style>
span { border-color: #5850CC; }
span { border-color: rgb(88,80,204); }
td.TdClassName
{
border-color: #5850CC;
}
.TagClassName
{
border-color: #5850CC;
}
</style>