Shades of Slate Blue #5956CB
Tints of Slate Blue #5956CB
RGB
CMYK
RGB Variations
Color information
#5956CB (or 0x5956CB) is known color: Slate Blue. HEX triplet: 59, 56 and CB. RGB value is (89,86,203). Sum of RGB (Red+Green+Blue) = 89+86+203=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #5956CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5956CB is #A6A934. Grayscale: #636363. Windows color (decimal): -10922293 or 13325913. OLE color: 13325913.
HSL color Cylindrical-coordinate representation of color #5956CB: hue angle of 241.54º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5956CB is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 86 | 203 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.20 |
| HSL | 241.54º | 0.53% | 0.57% | - |
| HSV(B) | 241.54º | 0.58% | 0.8% | - |
| XYZ | 18.23 | 13.09 | 58.07 | - |
| YUV | 100.24 | 185.99 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 203 | 0.56 | 0.58 | 0 | 0.20 | 241.54 | 0.53 | 0.57 |
| Hex | 59 | 56 | CB | 38 | 3A | 0 | 14 | F2 | 35 | 39 |
| Octal | 131 | 126 | 313 | 70 | 72 | 0 | 24 | 362 | 65 | 71 |
| Binary | 1011001 | 1010110 | 11001011 | 111000 | 111010 | 0 | 10100 | 11110010 | 110101 | 111001 |
Color Harmonies of #5956CB
Complementary color
Monochromatic Colors of #5956CB
Black with #5956CB
Text Example
Text Example
White with #5956CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5956CB; }
p { color: rgb(89,86,203); }
H1.HeaderClassName
{
color: #5956CB;
}
.AnyTagClassName
{
color: #5956CB;
}
</style>
background-color css
<style>
a { background-color: #5956CB; }
a { background-color: rgb(89,86,203); }
div.DivClassName
{
background-color: #5956CB;
}
.BgClassName
{
background-color: #5956CB;
}
</style>
border-color css
<style>
span { border-color: #5956CB; }
span { border-color: rgb(89,86,203); }
td.TdClassName
{
border-color: #5956CB;
}
.TagClassName
{
border-color: #5956CB;
}
</style>