Shades of Slate Blue #5A5BC6
Tints of Slate Blue #5A5BC6
RGB
CMYK
RGB Variations
Color information
#5A5BC6 (or 0x5A5BC6) is known color: Slate Blue. HEX triplet: 5A, 5B and C6. RGB value is (90,91,198). Sum of RGB (Red+Green+Blue) = 90+91+198=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 198 (77.73% from 255 or 52.24% from 379); Max value from RGB is 198 - color contains mainly: blue. Hex color #5A5BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5BC6 is #A5A439. Grayscale: #666666. Windows color (decimal): -10855482 or 12999514. OLE color: 12999514.
HSL color Cylindrical-coordinate representation of color #5A5BC6: hue angle of 239.44º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A5BC6 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 91 | 198 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.22 |
| HSL | 239.44º | 0.49% | 0.56% | - |
| HSV(B) | 239.44º | 0.55% | 0.78% | - |
| XYZ | 18.15 | 13.73 | 55.12 | - |
| YUV | 102.9 | 181.67 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 198 | 0.55 | 0.54 | 0 | 0.22 | 239.44 | 0.49 | 0.56 |
| Hex | 5A | 5B | C6 | 37 | 36 | 0 | 16 | EF | 31 | 38 |
| Octal | 132 | 133 | 306 | 67 | 66 | 0 | 26 | 357 | 61 | 70 |
| Binary | 1011010 | 1011011 | 11000110 | 110111 | 110110 | 0 | 10110 | 11101111 | 110001 | 111000 |
Color Harmonies of #5A5BC6
Complementary color
Monochromatic Colors of #5A5BC6
Black with #5A5BC6
Text Example
Text Example
White with #5A5BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5BC6; }
p { color: rgb(90,91,198); }
H1.HeaderClassName
{
color: #5A5BC6;
}
.AnyTagClassName
{
color: #5A5BC6;
}
</style>
background-color css
<style>
a { background-color: #5A5BC6; }
a { background-color: rgb(90,91,198); }
div.DivClassName
{
background-color: #5A5BC6;
}
.BgClassName
{
background-color: #5A5BC6;
}
</style>
border-color css
<style>
span { border-color: #5A5BC6; }
span { border-color: rgb(90,91,198); }
td.TdClassName
{
border-color: #5A5BC6;
}
.TagClassName
{
border-color: #5A5BC6;
}
</style>