Shades of Slate Blue #5B5CCE
Tints of Slate Blue #5B5CCE
RGB
CMYK
RGB Variations
Color information
#5B5CCE (or 0x5B5CCE) is known color: Slate Blue. HEX triplet: 5B, 5C and CE. RGB value is (91,92,206). Sum of RGB (Red+Green+Blue) = 91+92+206=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B5CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5CCE is #A4A331. Grayscale: #686868. Windows color (decimal): -10789682 or 13524059. OLE color: 13524059.
HSL color Cylindrical-coordinate representation of color #5B5CCE: hue angle of 239.48º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B5CCE is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 92 | 206 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.19 |
| HSL | 239.48º | 0.54% | 0.58% | - |
| HSV(B) | 239.48º | 0.56% | 0.81% | - |
| XYZ | 19.28 | 14.33 | 60.14 | - |
| YUV | 104.7 | 185.17 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 206 | 0.56 | 0.55 | 0 | 0.19 | 239.48 | 0.54 | 0.58 |
| Hex | 5B | 5C | CE | 38 | 37 | 0 | 13 | EF | 36 | 3A |
| Octal | 133 | 134 | 316 | 70 | 67 | 0 | 23 | 357 | 66 | 72 |
| Binary | 1011011 | 1011100 | 11001110 | 111000 | 110111 | 0 | 10011 | 11101111 | 110110 | 111010 |
Color Harmonies of #5B5CCE
Complementary color
Monochromatic Colors of #5B5CCE
Black with #5B5CCE
Text Example
Text Example
White with #5B5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5CCE; }
p { color: rgb(91,92,206); }
H1.HeaderClassName
{
color: #5B5CCE;
}
.AnyTagClassName
{
color: #5B5CCE;
}
</style>
background-color css
<style>
a { background-color: #5B5CCE; }
a { background-color: rgb(91,92,206); }
div.DivClassName
{
background-color: #5B5CCE;
}
.BgClassName
{
background-color: #5B5CCE;
}
</style>
border-color css
<style>
span { border-color: #5B5CCE; }
span { border-color: rgb(91,92,206); }
td.TdClassName
{
border-color: #5B5CCE;
}
.TagClassName
{
border-color: #5B5CCE;
}
</style>