Shades of Slate Blue #5B5ACC
Tints of Slate Blue #5B5ACC
RGB
CMYK
RGB Variations
Color information
#5B5ACC (or 0x5B5ACC) is known color: Slate Blue. HEX triplet: 5B, 5A and CC. RGB value is (91,90,204). Sum of RGB (Red+Green+Blue) = 91+90+204=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B5ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5ACC is #A4A533. Grayscale: #666666. Windows color (decimal): -10790196 or 13392475. OLE color: 13392475.
HSL color Cylindrical-coordinate representation of color #5B5ACC: hue angle of 240.53º 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 #5B5ACC is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 90 | 204 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.2 |
| HSL | 240.53º | 0.53% | 0.58% | - |
| HSV(B) | 240.53º | 0.56% | 0.8% | - |
| XYZ | 18.87 | 13.9 | 58.81 | - |
| YUV | 103.3 | 184.83 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 204 | 0.55 | 0.56 | 0 | 0.2 | 240.53 | 0.53 | 0.58 |
| Hex | 5B | 5A | CC | 37 | 38 | 0 | 14 | F1 | 35 | 3A |
| Octal | 133 | 132 | 314 | 67 | 70 | 0 | 24 | 361 | 65 | 72 |
| Binary | 1011011 | 1011010 | 11001100 | 110111 | 111000 | 0 | 10100 | 11110001 | 110101 | 111010 |
Color Harmonies of #5B5ACC
Complementary color
Monochromatic Colors of #5B5ACC
Black with #5B5ACC
Text Example
Text Example
White with #5B5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5ACC; }
p { color: rgb(91,90,204); }
H1.HeaderClassName
{
color: #5B5ACC;
}
.AnyTagClassName
{
color: #5B5ACC;
}
</style>
background-color css
<style>
a { background-color: #5B5ACC; }
a { background-color: rgb(91,90,204); }
div.DivClassName
{
background-color: #5B5ACC;
}
.BgClassName
{
background-color: #5B5ACC;
}
</style>
border-color css
<style>
span { border-color: #5B5ACC; }
span { border-color: rgb(91,90,204); }
td.TdClassName
{
border-color: #5B5ACC;
}
.TagClassName
{
border-color: #5B5ACC;
}
</style>