Shades of Slate Blue #5B53CB
Tints of Slate Blue #5B53CB
RGB
CMYK
RGB Variations
Color information
#5B53CB (or 0x5B53CB) is known color: Slate Blue. HEX triplet: 5B, 53 and CB. RGB value is (91,83,203). Sum of RGB (Red+Green+Blue) = 91+83+203=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B53CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B53CB is #A4AC34. Grayscale: #626262. Windows color (decimal): -10791989 or 13325147. OLE color: 13325147.
HSL color Cylindrical-coordinate representation of color #5B53CB: hue angle of 244º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B53CB is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 83 | 203 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.20 |
| HSL | 244º | 0.54% | 0.56% | - |
| HSV(B) | 244º | 0.59% | 0.8% | - |
| XYZ | 18.19 | 12.72 | 58 | - |
| YUV | 99.07 | 186.65 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 203 | 0.55 | 0.59 | 0 | 0.20 | 244 | 0.54 | 0.56 |
| Hex | 5B | 53 | CB | 37 | 3B | 0 | 14 | F4 | 36 | 38 |
| Octal | 133 | 123 | 313 | 67 | 73 | 0 | 24 | 364 | 66 | 70 |
| Binary | 1011011 | 1010011 | 11001011 | 110111 | 111011 | 0 | 10100 | 11110100 | 110110 | 111000 |
Color Harmonies of #5B53CB
Complementary color
Monochromatic Colors of #5B53CB
Black with #5B53CB
Text Example
Text Example
White with #5B53CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B53CB; }
p { color: rgb(91,83,203); }
H1.HeaderClassName
{
color: #5B53CB;
}
.AnyTagClassName
{
color: #5B53CB;
}
</style>
background-color css
<style>
a { background-color: #5B53CB; }
a { background-color: rgb(91,83,203); }
div.DivClassName
{
background-color: #5B53CB;
}
.BgClassName
{
background-color: #5B53CB;
}
</style>
border-color css
<style>
span { border-color: #5B53CB; }
span { border-color: rgb(91,83,203); }
td.TdClassName
{
border-color: #5B53CB;
}
.TagClassName
{
border-color: #5B53CB;
}
</style>