Shades of Slate Blue #5B5ACD
Tints of Slate Blue #5B5ACD
RGB
CMYK
RGB Variations
Color information
#5B5ACD (or 0x5B5ACD) is known color: Slate Blue. HEX triplet: 5B, 5A and CD. RGB value is (91,90,205). Sum of RGB (Red+Green+Blue) = 91+90+205=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B5ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5ACD is #A4A532. Grayscale: #666666. Windows color (decimal): -10790195 or 13458011. OLE color: 13458011.
HSL color Cylindrical-coordinate representation of color #5B5ACD: hue angle of 240.52º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B5ACD is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 90 | 205 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.20 |
| HSL | 240.52º | 0.53% | 0.58% | - |
| HSV(B) | 240.52º | 0.56% | 0.8% | - |
| XYZ | 18.99 | 13.94 | 59.45 | - |
| YUV | 103.41 | 185.33 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 205 | 0.56 | 0.56 | 0 | 0.20 | 240.52 | 0.53 | 0.58 |
| Hex | 5B | 5A | CD | 38 | 38 | 0 | 14 | F1 | 35 | 3A |
| Octal | 133 | 132 | 315 | 70 | 70 | 0 | 24 | 361 | 65 | 72 |
| Binary | 1011011 | 1011010 | 11001101 | 111000 | 111000 | 0 | 10100 | 11110001 | 110101 | 111010 |
Color Harmonies of #5B5ACD
Complementary color
Monochromatic Colors of #5B5ACD
Black with #5B5ACD
Text Example
Text Example
White with #5B5ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5ACD; }
p { color: rgb(91,90,205); }
H1.HeaderClassName
{
color: #5B5ACD;
}
.AnyTagClassName
{
color: #5B5ACD;
}
</style>
background-color css
<style>
a { background-color: #5B5ACD; }
a { background-color: rgb(91,90,205); }
div.DivClassName
{
background-color: #5B5ACD;
}
.BgClassName
{
background-color: #5B5ACD;
}
</style>
border-color css
<style>
span { border-color: #5B5ACD; }
span { border-color: rgb(91,90,205); }
td.TdClassName
{
border-color: #5B5ACD;
}
.TagClassName
{
border-color: #5B5ACD;
}
</style>