Shades of Slate Blue #5A4BBF
Tints of Slate Blue #5A4BBF
RGB
CMYK
RGB Variations
Color information
#5A4BBF (or 0x5A4BBF) is known color: Slate Blue. HEX triplet: 5A, 4B and BF. RGB value is (90,75,191). Sum of RGB (Red+Green+Blue) = 90+75+191=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A4BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4BBF is #A5B440. Grayscale: #5C5C5C. Windows color (decimal): -10859585 or 12536666. OLE color: 12536666.
HSL color Cylindrical-coordinate representation of color #5A4BBF: hue angle of 247.76º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A4BBF is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 75 | 191 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.25 |
| HSL | 247.76º | 0.48% | 0.52% | - |
| HSV(B) | 247.76º | 0.61% | 0.75% | - |
| XYZ | 16.14 | 10.97 | 50.56 | - |
| YUV | 92.71 | 183.47 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 75 | 191 | 0.53 | 0.61 | 0 | 0.25 | 247.76 | 0.48 | 0.52 |
| Hex | 5A | 4B | BF | 35 | 3D | 0 | 19 | F8 | 30 | 34 |
| Octal | 132 | 113 | 277 | 65 | 75 | 0 | 31 | 370 | 60 | 64 |
| Binary | 1011010 | 1001011 | 10111111 | 110101 | 111101 | 0 | 11001 | 11111000 | 110000 | 110100 |
Color Harmonies of #5A4BBF
Complementary color
Monochromatic Colors of #5A4BBF
Black with #5A4BBF
Text Example
Text Example
White with #5A4BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4BBF; }
p { color: rgb(90,75,191); }
H1.HeaderClassName
{
color: #5A4BBF;
}
.AnyTagClassName
{
color: #5A4BBF;
}
</style>
background-color css
<style>
a { background-color: #5A4BBF; }
a { background-color: rgb(90,75,191); }
div.DivClassName
{
background-color: #5A4BBF;
}
.BgClassName
{
background-color: #5A4BBF;
}
</style>
border-color css
<style>
span { border-color: #5A4BBF; }
span { border-color: rgb(90,75,191); }
td.TdClassName
{
border-color: #5A4BBF;
}
.TagClassName
{
border-color: #5A4BBF;
}
</style>