Shades of Slate Blue #5B52CE
Tints of Slate Blue #5B52CE
RGB
CMYK
RGB Variations
Color information
#5B52CE (or 0x5B52CE) is known color: Slate Blue. HEX triplet: 5B, 52 and CE. RGB value is (91,82,206). Sum of RGB (Red+Green+Blue) = 91+82+206=379 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.01% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B52CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B52CE is #A4AD31. Grayscale: #626262. Windows color (decimal): -10792242 or 13521499. OLE color: 13521499.
HSL color Cylindrical-coordinate representation of color #5B52CE: hue angle of 244.35º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B52CE is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 82 | 206 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.19 |
| HSL | 244.35º | 0.56% | 0.56% | - |
| HSV(B) | 244.35º | 0.6% | 0.81% | - |
| XYZ | 18.47 | 12.71 | 59.87 | - |
| YUV | 98.83 | 188.48 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 206 | 0.56 | 0.60 | 0 | 0.19 | 244.35 | 0.56 | 0.56 |
| Hex | 5B | 52 | CE | 38 | 3C | 0 | 13 | F4 | 38 | 38 |
| Octal | 133 | 122 | 316 | 70 | 74 | 0 | 23 | 364 | 70 | 70 |
| Binary | 1011011 | 1010010 | 11001110 | 111000 | 111100 | 0 | 10011 | 11110100 | 111000 | 111000 |
Color Harmonies of #5B52CE
Complementary color
Monochromatic Colors of #5B52CE
Black with #5B52CE
Text Example
Text Example
White with #5B52CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B52CE; }
p { color: rgb(91,82,206); }
H1.HeaderClassName
{
color: #5B52CE;
}
.AnyTagClassName
{
color: #5B52CE;
}
</style>
background-color css
<style>
a { background-color: #5B52CE; }
a { background-color: rgb(91,82,206); }
div.DivClassName
{
background-color: #5B52CE;
}
.BgClassName
{
background-color: #5B52CE;
}
</style>
border-color css
<style>
span { border-color: #5B52CE; }
span { border-color: rgb(91,82,206); }
td.TdClassName
{
border-color: #5B52CE;
}
.TagClassName
{
border-color: #5B52CE;
}
</style>