Shades of Slate Blue #5A58DA
Tints of Slate Blue #5A58DA
RGB
CMYK
RGB Variations
Color information
#5A58DA (or 0x5A58DA) is known color: Slate Blue. HEX triplet: 5A, 58 and DA. RGB value is (90,88,218). Sum of RGB (Red+Green+Blue) = 90+88+218=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #5A58DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A58DA is #A5A725. Grayscale: #666666. Windows color (decimal): -10856230 or 14309466. OLE color: 14309466.
HSL color Cylindrical-coordinate representation of color #5A58DA: hue angle of 240.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A58DA is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 88 | 218 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.15 |
| HSL | 240.92º | 0.64% | 0.6% | - |
| HSV(B) | 240.92º | 0.6% | 0.85% | - |
| XYZ | 20.36 | 14.22 | 68 | - |
| YUV | 103.42 | 192.66 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 218 | 0.59 | 0.60 | 0 | 0.15 | 240.92 | 0.64 | 0.6 |
| Hex | 5A | 58 | DA | 3B | 3C | 0 | F | F1 | 40 | 3C |
| Octal | 132 | 130 | 332 | 73 | 74 | 0 | 17 | 361 | 100 | 74 |
| Binary | 1011010 | 1011000 | 11011010 | 111011 | 111100 | 0 | 1111 | 11110001 | 1000000 | 111100 |
Color Harmonies of #5A58DA
Complementary color
Monochromatic Colors of #5A58DA
Black with #5A58DA
Text Example
Text Example
White with #5A58DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A58DA; }
p { color: rgb(90,88,218); }
H1.HeaderClassName
{
color: #5A58DA;
}
.AnyTagClassName
{
color: #5A58DA;
}
</style>
background-color css
<style>
a { background-color: #5A58DA; }
a { background-color: rgb(90,88,218); }
div.DivClassName
{
background-color: #5A58DA;
}
.BgClassName
{
background-color: #5A58DA;
}
</style>
border-color css
<style>
span { border-color: #5A58DA; }
span { border-color: rgb(90,88,218); }
td.TdClassName
{
border-color: #5A58DA;
}
.TagClassName
{
border-color: #5A58DA;
}
</style>