Shades of Slate Blue #5A50DF
Tints of Slate Blue #5A50DF
RGB
CMYK
RGB Variations
Color information
#5A50DF (or 0x5A50DF) is known color: Slate Blue. HEX triplet: 5A, 50 and DF. RGB value is (90,80,223). Sum of RGB (Red+Green+Blue) = 90+80+223=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A50DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A50DF is #A5AF20. Grayscale: #626262. Windows color (decimal): -10858273 or 14635098. OLE color: 14635098.
HSL color Cylindrical-coordinate representation of color #5A50DF: hue angle of 244.2º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A50DF is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 80 | 223 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.13 |
| HSL | 244.2º | 0.69% | 0.59% | - |
| HSV(B) | 244.2º | 0.64% | 0.87% | - |
| XYZ | 20.4 | 13.24 | 71.29 | - |
| YUV | 99.29 | 197.81 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 223 | 0.60 | 0.64 | 0 | 0.13 | 244.2 | 0.69 | 0.59 |
| Hex | 5A | 50 | DF | 3C | 40 | 0 | D | F4 | 45 | 3B |
| Octal | 132 | 120 | 337 | 74 | 100 | 0 | 15 | 364 | 105 | 73 |
| Binary | 1011010 | 1010000 | 11011111 | 111100 | 1000000 | 0 | 1101 | 11110100 | 1000101 | 111011 |
Color Harmonies of #5A50DF
Complementary color
Monochromatic Colors of #5A50DF
Black with #5A50DF
Text Example
Text Example
White with #5A50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A50DF; }
p { color: rgb(90,80,223); }
H1.HeaderClassName
{
color: #5A50DF;
}
.AnyTagClassName
{
color: #5A50DF;
}
</style>
background-color css
<style>
a { background-color: #5A50DF; }
a { background-color: rgb(90,80,223); }
div.DivClassName
{
background-color: #5A50DF;
}
.BgClassName
{
background-color: #5A50DF;
}
</style>
border-color css
<style>
span { border-color: #5A50DF; }
span { border-color: rgb(90,80,223); }
td.TdClassName
{
border-color: #5A50DF;
}
.TagClassName
{
border-color: #5A50DF;
}
</style>