Shades of Slate Blue #5B44CC
Tints of Slate Blue #5B44CC
RGB
CMYK
RGB Variations
Color information
#5B44CC (or 0x5B44CC) is known color: Slate Blue. HEX triplet: 5B, 44 and CC. RGB value is (91,68,204). Sum of RGB (Red+Green+Blue) = 91+68+204=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B44CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B44CC is #A4BB33. Grayscale: #595959. Windows color (decimal): -10795828 or 13386843. OLE color: 13386843.
HSL color Cylindrical-coordinate representation of color #5B44CC: hue angle of 250.15º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B44CC is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 68 | 204 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.2 |
| HSL | 250.15º | 0.57% | 0.53% | - |
| HSV(B) | 250.15º | 0.67% | 0.8% | - |
| XYZ | 17.28 | 10.72 | 58.28 | - |
| YUV | 90.38 | 192.12 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 204 | 0.55 | 0.67 | 0 | 0.2 | 250.15 | 0.57 | 0.53 |
| Hex | 5B | 44 | CC | 37 | 43 | 0 | 14 | FA | 39 | 35 |
| Octal | 133 | 104 | 314 | 67 | 103 | 0 | 24 | 372 | 71 | 65 |
| Binary | 1011011 | 1000100 | 11001100 | 110111 | 1000011 | 0 | 10100 | 11111010 | 111001 | 110101 |
Color Harmonies of #5B44CC
Complementary color
Monochromatic Colors of #5B44CC
Black with #5B44CC
Text Example
Text Example
White with #5B44CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B44CC; }
p { color: rgb(91,68,204); }
H1.HeaderClassName
{
color: #5B44CC;
}
.AnyTagClassName
{
color: #5B44CC;
}
</style>
background-color css
<style>
a { background-color: #5B44CC; }
a { background-color: rgb(91,68,204); }
div.DivClassName
{
background-color: #5B44CC;
}
.BgClassName
{
background-color: #5B44CC;
}
</style>
border-color css
<style>
span { border-color: #5B44CC; }
span { border-color: rgb(91,68,204); }
td.TdClassName
{
border-color: #5B44CC;
}
.TagClassName
{
border-color: #5B44CC;
}
</style>