Shades of Slate Blue #5B58CC
Tints of Slate Blue #5B58CC
RGB
CMYK
RGB Variations
Color information
#5B58CC (or 0x5B58CC) is known color: Slate Blue. HEX triplet: 5B, 58 and CC. RGB value is (91,88,204). Sum of RGB (Red+Green+Blue) = 91+88+204=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B58CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B58CC is #A4A733. Grayscale: #656565. Windows color (decimal): -10790708 or 13391963. OLE color: 13391963.
HSL color Cylindrical-coordinate representation of color #5B58CC: hue angle of 241.55º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B58CC is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 88 | 204 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.2 |
| HSL | 241.55º | 0.53% | 0.57% | - |
| HSV(B) | 241.55º | 0.57% | 0.8% | - |
| XYZ | 18.7 | 13.56 | 58.76 | - |
| YUV | 102.12 | 185.49 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 204 | 0.55 | 0.57 | 0 | 0.2 | 241.55 | 0.53 | 0.57 |
| Hex | 5B | 58 | CC | 37 | 39 | 0 | 14 | F2 | 35 | 39 |
| Octal | 133 | 130 | 314 | 67 | 71 | 0 | 24 | 362 | 65 | 71 |
| Binary | 1011011 | 1011000 | 11001100 | 110111 | 111001 | 0 | 10100 | 11110010 | 110101 | 111001 |
Color Harmonies of #5B58CC
Complementary color
Monochromatic Colors of #5B58CC
Black with #5B58CC
Text Example
Text Example
White with #5B58CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B58CC; }
p { color: rgb(91,88,204); }
H1.HeaderClassName
{
color: #5B58CC;
}
.AnyTagClassName
{
color: #5B58CC;
}
</style>
background-color css
<style>
a { background-color: #5B58CC; }
a { background-color: rgb(91,88,204); }
div.DivClassName
{
background-color: #5B58CC;
}
.BgClassName
{
background-color: #5B58CC;
}
</style>
border-color css
<style>
span { border-color: #5B58CC; }
span { border-color: rgb(91,88,204); }
td.TdClassName
{
border-color: #5B58CC;
}
.TagClassName
{
border-color: #5B58CC;
}
</style>