Shades of Slate Blue #5A58CA
Tints of Slate Blue #5A58CA
RGB
CMYK
RGB Variations
Color information
#5A58CA (or 0x5A58CA) is known color: Slate Blue. HEX triplet: 5A, 58 and CA. RGB value is (90,88,202). Sum of RGB (Red+Green+Blue) = 90+88+202=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A58CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A58CA is #A5A735. Grayscale: #656565. Windows color (decimal): -10856246 or 13260890. OLE color: 13260890.
HSL color Cylindrical-coordinate representation of color #5A58CA: hue angle of 241.05º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A58CA is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 88 | 202 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.21 |
| HSL | 241.05º | 0.52% | 0.57% | - |
| HSV(B) | 241.05º | 0.56% | 0.79% | - |
| XYZ | 18.37 | 13.42 | 57.5 | - |
| YUV | 101.59 | 184.66 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 202 | 0.55 | 0.56 | 0 | 0.21 | 241.05 | 0.52 | 0.57 |
| Hex | 5A | 58 | CA | 37 | 38 | 0 | 15 | F1 | 34 | 39 |
| Octal | 132 | 130 | 312 | 67 | 70 | 0 | 25 | 361 | 64 | 71 |
| Binary | 1011010 | 1011000 | 11001010 | 110111 | 111000 | 0 | 10101 | 11110001 | 110100 | 111001 |
Color Harmonies of #5A58CA
Complementary color
Monochromatic Colors of #5A58CA
Black with #5A58CA
Text Example
Text Example
White with #5A58CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A58CA; }
p { color: rgb(90,88,202); }
H1.HeaderClassName
{
color: #5A58CA;
}
.AnyTagClassName
{
color: #5A58CA;
}
</style>
background-color css
<style>
a { background-color: #5A58CA; }
a { background-color: rgb(90,88,202); }
div.DivClassName
{
background-color: #5A58CA;
}
.BgClassName
{
background-color: #5A58CA;
}
</style>
border-color css
<style>
span { border-color: #5A58CA; }
span { border-color: rgb(90,88,202); }
td.TdClassName
{
border-color: #5A58CA;
}
.TagClassName
{
border-color: #5A58CA;
}
</style>