Shades of Slate Blue #5B5AC1
Tints of Slate Blue #5B5AC1
RGB
CMYK
RGB Variations
Color information
#5B5AC1 (or 0x5B5AC1) is known color: Slate Blue. HEX triplet: 5B, 5A and C1. RGB value is (91,90,193). Sum of RGB (Red+Green+Blue) = 91+90+193=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #5B5AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5AC1 is #A4A53E. Grayscale: #656565. Windows color (decimal): -10790207 or 12671579. OLE color: 12671579.
HSL color Cylindrical-coordinate representation of color #5B5AC1: hue angle of 240.58º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B5AC1 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 90 | 193 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.24 |
| HSL | 240.58º | 0.45% | 0.55% | - |
| HSV(B) | 240.58º | 0.53% | 0.76% | - |
| XYZ | 17.6 | 13.39 | 52.11 | - |
| YUV | 102.04 | 179.33 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 193 | 0.53 | 0.53 | 0 | 0.24 | 240.58 | 0.45 | 0.55 |
| Hex | 5B | 5A | C1 | 35 | 35 | 0 | 18 | F1 | 2D | 37 |
| Octal | 133 | 132 | 301 | 65 | 65 | 0 | 30 | 361 | 55 | 67 |
| Binary | 1011011 | 1011010 | 11000001 | 110101 | 110101 | 0 | 11000 | 11110001 | 101101 | 110111 |
Color Harmonies of #5B5AC1
Complementary color
Monochromatic Colors of #5B5AC1
Black with #5B5AC1
Text Example
Text Example
White with #5B5AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5AC1; }
p { color: rgb(91,90,193); }
H1.HeaderClassName
{
color: #5B5AC1;
}
.AnyTagClassName
{
color: #5B5AC1;
}
</style>
background-color css
<style>
a { background-color: #5B5AC1; }
a { background-color: rgb(91,90,193); }
div.DivClassName
{
background-color: #5B5AC1;
}
.BgClassName
{
background-color: #5B5AC1;
}
</style>
border-color css
<style>
span { border-color: #5B5AC1; }
span { border-color: rgb(91,90,193); }
td.TdClassName
{
border-color: #5B5AC1;
}
.TagClassName
{
border-color: #5B5AC1;
}
</style>