Shades of Slate Blue #5A50CB
Tints of Slate Blue #5A50CB
RGB
CMYK
RGB Variations
Color information
#5A50CB (or 0x5A50CB) is known color: Slate Blue. HEX triplet: 5A, 50 and CB. RGB value is (90,80,203). Sum of RGB (Red+Green+Blue) = 90+80+203=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A50CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A50CB is #A5AF34. Grayscale: #606060. Windows color (decimal): -10858293 or 13324378. OLE color: 13324378.
HSL color Cylindrical-coordinate representation of color #5A50CB: hue angle of 244.88º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A50CB is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 80 | 203 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.20 |
| HSL | 244.88º | 0.54% | 0.55% | - |
| HSV(B) | 244.88º | 0.61% | 0.8% | - |
| XYZ | 17.86 | 12.22 | 57.92 | - |
| YUV | 97.01 | 187.81 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 203 | 0.56 | 0.61 | 0 | 0.20 | 244.88 | 0.54 | 0.55 |
| Hex | 5A | 50 | CB | 38 | 3D | 0 | 14 | F5 | 36 | 37 |
| Octal | 132 | 120 | 313 | 70 | 75 | 0 | 24 | 365 | 66 | 67 |
| Binary | 1011010 | 1010000 | 11001011 | 111000 | 111101 | 0 | 10100 | 11110101 | 110110 | 110111 |
Color Harmonies of #5A50CB
Complementary color
Monochromatic Colors of #5A50CB
Black with #5A50CB
Text Example
Text Example
White with #5A50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A50CB; }
p { color: rgb(90,80,203); }
H1.HeaderClassName
{
color: #5A50CB;
}
.AnyTagClassName
{
color: #5A50CB;
}
</style>
background-color css
<style>
a { background-color: #5A50CB; }
a { background-color: rgb(90,80,203); }
div.DivClassName
{
background-color: #5A50CB;
}
.BgClassName
{
background-color: #5A50CB;
}
</style>
border-color css
<style>
span { border-color: #5A50CB; }
span { border-color: rgb(90,80,203); }
td.TdClassName
{
border-color: #5A50CB;
}
.TagClassName
{
border-color: #5A50CB;
}
</style>