Shades of Slate Blue #5953CB
Tints of Slate Blue #5953CB
RGB
CMYK
RGB Variations
Color information
#5953CB (or 0x5953CB) is known color: Slate Blue. HEX triplet: 59, 53 and CB. RGB value is (89,83,203). Sum of RGB (Red+Green+Blue) = 89+83+203=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #5953CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5953CB is #A6AC34. Grayscale: #626262. Windows color (decimal): -10923061 or 13325145. OLE color: 13325145.
HSL color Cylindrical-coordinate representation of color #5953CB: hue angle of 243º 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 #5953CB is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 83 | 203 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.20 |
| HSL | 243º | 0.54% | 0.56% | - |
| HSV(B) | 243º | 0.59% | 0.8% | - |
| XYZ | 17.99 | 12.62 | 57.99 | - |
| YUV | 98.47 | 186.99 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 203 | 0.56 | 0.59 | 0 | 0.20 | 243 | 0.54 | 0.56 |
| Hex | 59 | 53 | CB | 38 | 3B | 0 | 14 | F3 | 36 | 38 |
| Octal | 131 | 123 | 313 | 70 | 73 | 0 | 24 | 363 | 66 | 70 |
| Binary | 1011001 | 1010011 | 11001011 | 111000 | 111011 | 0 | 10100 | 11110011 | 110110 | 111000 |
Color Harmonies of #5953CB
Complementary color
Monochromatic Colors of #5953CB
Black with #5953CB
Text Example
Text Example
White with #5953CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5953CB; }
p { color: rgb(89,83,203); }
H1.HeaderClassName
{
color: #5953CB;
}
.AnyTagClassName
{
color: #5953CB;
}
</style>
background-color css
<style>
a { background-color: #5953CB; }
a { background-color: rgb(89,83,203); }
div.DivClassName
{
background-color: #5953CB;
}
.BgClassName
{
background-color: #5953CB;
}
</style>
border-color css
<style>
span { border-color: #5953CB; }
span { border-color: rgb(89,83,203); }
td.TdClassName
{
border-color: #5953CB;
}
.TagClassName
{
border-color: #5953CB;
}
</style>