Shades of Slate Blue #5B41CC
Tints of Slate Blue #5B41CC
RGB
CMYK
RGB Variations
Color information
#5B41CC (or 0x5B41CC) is known color: Slate Blue. HEX triplet: 5B, 41 and CC. RGB value is (91,65,204). Sum of RGB (Red+Green+Blue) = 91+65+204=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B41CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B41CC is #A4BE33. Grayscale: #585858. Windows color (decimal): -10796596 or 13386075. OLE color: 13386075.
HSL color Cylindrical-coordinate representation of color #5B41CC: hue angle of 251.22º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B41CC is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 65 | 204 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.2 |
| HSL | 251.22º | 0.58% | 0.53% | - |
| HSV(B) | 251.22º | 0.68% | 0.8% | - |
| XYZ | 17.1 | 10.36 | 58.23 | - |
| YUV | 88.62 | 193.11 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 204 | 0.55 | 0.68 | 0 | 0.2 | 251.22 | 0.58 | 0.53 |
| Hex | 5B | 41 | CC | 37 | 44 | 0 | 14 | FB | 3A | 35 |
| Octal | 133 | 101 | 314 | 67 | 104 | 0 | 24 | 373 | 72 | 65 |
| Binary | 1011011 | 1000001 | 11001100 | 110111 | 1000100 | 0 | 10100 | 11111011 | 111010 | 110101 |
Color Harmonies of #5B41CC
Complementary color
Monochromatic Colors of #5B41CC
Black with #5B41CC
Text Example
Text Example
White with #5B41CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B41CC; }
p { color: rgb(91,65,204); }
H1.HeaderClassName
{
color: #5B41CC;
}
.AnyTagClassName
{
color: #5B41CC;
}
</style>
background-color css
<style>
a { background-color: #5B41CC; }
a { background-color: rgb(91,65,204); }
div.DivClassName
{
background-color: #5B41CC;
}
.BgClassName
{
background-color: #5B41CC;
}
</style>
border-color css
<style>
span { border-color: #5B41CC; }
span { border-color: rgb(91,65,204); }
td.TdClassName
{
border-color: #5B41CC;
}
.TagClassName
{
border-color: #5B41CC;
}
</style>