Shades of Slate Blue #5B5DCC
Tints of Slate Blue #5B5DCC
RGB
CMYK
RGB Variations
Color information
#5B5DCC (or 0x5B5DCC) is known color: Slate Blue. HEX triplet: 5B, 5D and CC. RGB value is (91,93,204). Sum of RGB (Red+Green+Blue) = 91+93+204=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B5DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5DCC is #A4A233. Grayscale: #686868. Windows color (decimal): -10789428 or 13393243. OLE color: 13393243.
HSL color Cylindrical-coordinate representation of color #5B5DCC: hue angle of 238.94º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B5DCC is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 93 | 204 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.2 |
| HSL | 238.94º | 0.53% | 0.58% | - |
| HSV(B) | 238.94º | 0.55% | 0.8% | - |
| XYZ | 19.13 | 14.41 | 58.9 | - |
| YUV | 105.06 | 183.84 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 204 | 0.55 | 0.54 | 0 | 0.2 | 238.94 | 0.53 | 0.58 |
| Hex | 5B | 5D | CC | 37 | 36 | 0 | 14 | EF | 35 | 3A |
| Octal | 133 | 135 | 314 | 67 | 66 | 0 | 24 | 357 | 65 | 72 |
| Binary | 1011011 | 1011101 | 11001100 | 110111 | 110110 | 0 | 10100 | 11101111 | 110101 | 111010 |
Color Harmonies of #5B5DCC
Complementary color
Monochromatic Colors of #5B5DCC
Black with #5B5DCC
Text Example
Text Example
White with #5B5DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5DCC; }
p { color: rgb(91,93,204); }
H1.HeaderClassName
{
color: #5B5DCC;
}
.AnyTagClassName
{
color: #5B5DCC;
}
</style>
background-color css
<style>
a { background-color: #5B5DCC; }
a { background-color: rgb(91,93,204); }
div.DivClassName
{
background-color: #5B5DCC;
}
.BgClassName
{
background-color: #5B5DCC;
}
</style>
border-color css
<style>
span { border-color: #5B5DCC; }
span { border-color: rgb(91,93,204); }
td.TdClassName
{
border-color: #5B5DCC;
}
.TagClassName
{
border-color: #5B5DCC;
}
</style>