Shades of Slate Blue #5B55DF
Tints of Slate Blue #5B55DF
RGB
CMYK
RGB Variations
Color information
#5B55DF (or 0x5B55DF) is known color: Slate Blue. HEX triplet: 5B, 55 and DF. RGB value is (91,85,223). Sum of RGB (Red+Green+Blue) = 91+85+223=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #5B55DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B55DF is #A4AA20. Grayscale: #656565. Windows color (decimal): -10791457 or 14636379. OLE color: 14636379.
HSL color Cylindrical-coordinate representation of color #5B55DF: hue angle of 242.61º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B55DF is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 85 | 223 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.13 |
| HSL | 242.61º | 0.68% | 0.6% | - |
| HSV(B) | 242.61º | 0.62% | 0.87% | - |
| XYZ | 20.88 | 14.05 | 71.42 | - |
| YUV | 102.53 | 195.99 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 223 | 0.59 | 0.62 | 0 | 0.13 | 242.61 | 0.68 | 0.6 |
| Hex | 5B | 55 | DF | 3B | 3E | 0 | D | F3 | 44 | 3C |
| Octal | 133 | 125 | 337 | 73 | 76 | 0 | 15 | 363 | 104 | 74 |
| Binary | 1011011 | 1010101 | 11011111 | 111011 | 111110 | 0 | 1101 | 11110011 | 1000100 | 111100 |
Color Harmonies of #5B55DF
Complementary color
Monochromatic Colors of #5B55DF
Black with #5B55DF
Text Example
Text Example
White with #5B55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B55DF; }
p { color: rgb(91,85,223); }
H1.HeaderClassName
{
color: #5B55DF;
}
.AnyTagClassName
{
color: #5B55DF;
}
</style>
background-color css
<style>
a { background-color: #5B55DF; }
a { background-color: rgb(91,85,223); }
div.DivClassName
{
background-color: #5B55DF;
}
.BgClassName
{
background-color: #5B55DF;
}
</style>
border-color css
<style>
span { border-color: #5B55DF; }
span { border-color: rgb(91,85,223); }
td.TdClassName
{
border-color: #5B55DF;
}
.TagClassName
{
border-color: #5B55DF;
}
</style>