Shades of Slate Blue #5C58E0
Tints of Slate Blue #5C58E0
RGB
CMYK
RGB Variations
Color information
#5C58E0 (or 0x5C58E0) is known color: Slate Blue. HEX triplet: 5C, 58 and E0. RGB value is (92,88,224). Sum of RGB (Red+Green+Blue) = 92+88+224=404 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.77% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #5C58E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C58E0 is #A3A71F. Grayscale: #686868. Windows color (decimal): -10725152 or 14702684. OLE color: 14702684.
HSL color Cylindrical-coordinate representation of color #5C58E0: hue angle of 241.76º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C58E0 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 88 | 224 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.12 |
| HSL | 241.76º | 0.69% | 0.61% | - |
| HSV(B) | 241.76º | 0.61% | 0.88% | - |
| XYZ | 21.36 | 14.64 | 72.22 | - |
| YUV | 104.7 | 195.33 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 224 | 0.59 | 0.61 | 0 | 0.12 | 241.76 | 0.69 | 0.61 |
| Hex | 5C | 58 | E0 | 3B | 3D | 0 | C | F2 | 45 | 3D |
| Octal | 134 | 130 | 340 | 73 | 75 | 0 | 14 | 362 | 105 | 75 |
| Binary | 1011100 | 1011000 | 11100000 | 111011 | 111101 | 0 | 1100 | 11110010 | 1000101 | 111101 |
Color Harmonies of #5C58E0
Complementary color
Monochromatic Colors of #5C58E0
Black with #5C58E0
Text Example
Text Example
White with #5C58E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C58E0; }
p { color: rgb(92,88,224); }
H1.HeaderClassName
{
color: #5C58E0;
}
.AnyTagClassName
{
color: #5C58E0;
}
</style>
background-color css
<style>
a { background-color: #5C58E0; }
a { background-color: rgb(92,88,224); }
div.DivClassName
{
background-color: #5C58E0;
}
.BgClassName
{
background-color: #5C58E0;
}
</style>
border-color css
<style>
span { border-color: #5C58E0; }
span { border-color: rgb(92,88,224); }
td.TdClassName
{
border-color: #5C58E0;
}
.TagClassName
{
border-color: #5C58E0;
}
</style>