Shades of Slate Blue #5B5FD6
Tints of Slate Blue #5B5FD6
RGB
CMYK
RGB Variations
Color information
#5B5FD6 (or 0x5B5FD6) is known color: Slate Blue. HEX triplet: 5B, 5F and D6. RGB value is (91,95,214). Sum of RGB (Red+Green+Blue) = 91+95+214=400 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.75% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 214 (83.98% from 255 or 53.5% from 400); Max value from RGB is 214 - color contains mainly: blue. Hex color #5B5FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5FD6 is #A4A029. Grayscale: #6A6A6A. Windows color (decimal): -10788906 or 14049115. OLE color: 14049115.
HSL color Cylindrical-coordinate representation of color #5B5FD6: hue angle of 238.05º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B5FD6 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 95 | 214 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.16 |
| HSL | 238.05º | 0.6% | 0.6% | - |
| HSV(B) | 238.05º | 0.57% | 0.84% | - |
| XYZ | 20.54 | 15.26 | 65.48 | - |
| YUV | 107.37 | 188.17 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 214 | 0.57 | 0.56 | 0 | 0.16 | 238.05 | 0.6 | 0.6 |
| Hex | 5B | 5F | D6 | 39 | 38 | 0 | 10 | EE | 3C | 3C |
| Octal | 133 | 137 | 326 | 71 | 70 | 0 | 20 | 356 | 74 | 74 |
| Binary | 1011011 | 1011111 | 11010110 | 111001 | 111000 | 0 | 10000 | 11101110 | 111100 | 111100 |
Color Harmonies of #5B5FD6
Complementary color
Monochromatic Colors of #5B5FD6
Black with #5B5FD6
Text Example
Text Example
White with #5B5FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5FD6; }
p { color: rgb(91,95,214); }
H1.HeaderClassName
{
color: #5B5FD6;
}
.AnyTagClassName
{
color: #5B5FD6;
}
</style>
background-color css
<style>
a { background-color: #5B5FD6; }
a { background-color: rgb(91,95,214); }
div.DivClassName
{
background-color: #5B5FD6;
}
.BgClassName
{
background-color: #5B5FD6;
}
</style>
border-color css
<style>
span { border-color: #5B5FD6; }
span { border-color: rgb(91,95,214); }
td.TdClassName
{
border-color: #5B5FD6;
}
.TagClassName
{
border-color: #5B5FD6;
}
</style>