Shades of Slate Blue #5B45CC
Tints of Slate Blue #5B45CC
RGB
CMYK
RGB Variations
Color information
#5B45CC (or 0x5B45CC) is known color: Slate Blue. HEX triplet: 5B, 45 and CC. RGB value is (91,69,204). Sum of RGB (Red+Green+Blue) = 91+69+204=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B45CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B45CC is #A4BA33. Grayscale: #5A5A5A. Windows color (decimal): -10795572 or 13387099. OLE color: 13387099.
HSL color Cylindrical-coordinate representation of color #5B45CC: hue angle of 249.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B45CC is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 69 | 204 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.2 |
| HSL | 249.78º | 0.57% | 0.54% | - |
| HSV(B) | 249.78º | 0.66% | 0.8% | - |
| XYZ | 17.34 | 10.84 | 58.31 | - |
| YUV | 90.97 | 191.79 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 204 | 0.55 | 0.66 | 0 | 0.2 | 249.78 | 0.57 | 0.54 |
| Hex | 5B | 45 | CC | 37 | 42 | 0 | 14 | FA | 39 | 36 |
| Octal | 133 | 105 | 314 | 67 | 102 | 0 | 24 | 372 | 71 | 66 |
| Binary | 1011011 | 1000101 | 11001100 | 110111 | 1000010 | 0 | 10100 | 11111010 | 111001 | 110110 |
Color Harmonies of #5B45CC
Complementary color
Monochromatic Colors of #5B45CC
Black with #5B45CC
Text Example
Text Example
White with #5B45CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B45CC; }
p { color: rgb(91,69,204); }
H1.HeaderClassName
{
color: #5B45CC;
}
.AnyTagClassName
{
color: #5B45CC;
}
</style>
background-color css
<style>
a { background-color: #5B45CC; }
a { background-color: rgb(91,69,204); }
div.DivClassName
{
background-color: #5B45CC;
}
.BgClassName
{
background-color: #5B45CC;
}
</style>
border-color css
<style>
span { border-color: #5B45CC; }
span { border-color: rgb(91,69,204); }
td.TdClassName
{
border-color: #5B45CC;
}
.TagClassName
{
border-color: #5B45CC;
}
</style>