Shades of Slate Blue #5B5FCE
Tints of Slate Blue #5B5FCE
RGB
CMYK
RGB Variations
Color information
#5B5FCE (or 0x5B5FCE) is known color: Slate Blue. HEX triplet: 5B, 5F and CE. RGB value is (91,95,206). Sum of RGB (Red+Green+Blue) = 91+95+206=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B5FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5FCE is #A4A031. Grayscale: #6A6A6A. Windows color (decimal): -10788914 or 13524827. OLE color: 13524827.
HSL color Cylindrical-coordinate representation of color #5B5FCE: hue angle of 237.91º 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 #5B5FCE is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 95 | 206 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.19 |
| HSL | 237.91º | 0.54% | 0.58% | - |
| HSV(B) | 237.91º | 0.56% | 0.81% | - |
| XYZ | 19.55 | 14.86 | 60.23 | - |
| YUV | 106.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 206 | 0.56 | 0.54 | 0 | 0.19 | 237.91 | 0.54 | 0.58 |
| Hex | 5B | 5F | CE | 38 | 36 | 0 | 13 | EE | 36 | 3A |
| Octal | 133 | 137 | 316 | 70 | 66 | 0 | 23 | 356 | 66 | 72 |
| Binary | 1011011 | 1011111 | 11001110 | 111000 | 110110 | 0 | 10011 | 11101110 | 110110 | 111010 |
Color Harmonies of #5B5FCE
Complementary color
Monochromatic Colors of #5B5FCE
Black with #5B5FCE
Text Example
Text Example
White with #5B5FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5FCE; }
p { color: rgb(91,95,206); }
H1.HeaderClassName
{
color: #5B5FCE;
}
.AnyTagClassName
{
color: #5B5FCE;
}
</style>
background-color css
<style>
a { background-color: #5B5FCE; }
a { background-color: rgb(91,95,206); }
div.DivClassName
{
background-color: #5B5FCE;
}
.BgClassName
{
background-color: #5B5FCE;
}
</style>
border-color css
<style>
span { border-color: #5B5FCE; }
span { border-color: rgb(91,95,206); }
td.TdClassName
{
border-color: #5B5FCE;
}
.TagClassName
{
border-color: #5B5FCE;
}
</style>