Shades of Slate Blue #5B5ACB
Tints of Slate Blue #5B5ACB
RGB
CMYK
RGB Variations
Color information
#5B5ACB (or 0x5B5ACB) is known color: Slate Blue. HEX triplet: 5B, 5A and CB. RGB value is (91,90,203). Sum of RGB (Red+Green+Blue) = 91+90+203=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5ACB is #A4A534. Grayscale: #666666. Windows color (decimal): -10790197 or 13326939. OLE color: 13326939.
HSL color Cylindrical-coordinate representation of color #5B5ACB: hue angle of 240.53º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B5ACB is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 90 | 203 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.20 |
| HSL | 240.53º | 0.52% | 0.57% | - |
| HSV(B) | 240.53º | 0.56% | 0.8% | - |
| XYZ | 18.75 | 13.85 | 58.18 | - |
| YUV | 103.18 | 184.33 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 203 | 0.55 | 0.56 | 0 | 0.20 | 240.53 | 0.52 | 0.57 |
| Hex | 5B | 5A | CB | 37 | 38 | 0 | 14 | F1 | 34 | 39 |
| Octal | 133 | 132 | 313 | 67 | 70 | 0 | 24 | 361 | 64 | 71 |
| Binary | 1011011 | 1011010 | 11001011 | 110111 | 111000 | 0 | 10100 | 11110001 | 110100 | 111001 |
Color Harmonies of #5B5ACB
Complementary color
Monochromatic Colors of #5B5ACB
Black with #5B5ACB
Text Example
Text Example
White with #5B5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5ACB; }
p { color: rgb(91,90,203); }
H1.HeaderClassName
{
color: #5B5ACB;
}
.AnyTagClassName
{
color: #5B5ACB;
}
</style>
background-color css
<style>
a { background-color: #5B5ACB; }
a { background-color: rgb(91,90,203); }
div.DivClassName
{
background-color: #5B5ACB;
}
.BgClassName
{
background-color: #5B5ACB;
}
</style>
border-color css
<style>
span { border-color: #5B5ACB; }
span { border-color: rgb(91,90,203); }
td.TdClassName
{
border-color: #5B5ACB;
}
.TagClassName
{
border-color: #5B5ACB;
}
</style>