Shades of Slate Blue #5957CB
Tints of Slate Blue #5957CB
RGB
CMYK
RGB Variations
Color information
#5957CB (or 0x5957CB) is known color: Slate Blue. HEX triplet: 59, 57 and CB. RGB value is (89,87,203). Sum of RGB (Red+Green+Blue) = 89+87+203=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #5957CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5957CB is #A6A834. Grayscale: #646464. Windows color (decimal): -10922037 or 13326169. OLE color: 13326169.
HSL color Cylindrical-coordinate representation of color #5957CB: hue angle of 241.03º 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 #5957CB is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 87 | 203 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.20 |
| HSL | 241.03º | 0.53% | 0.57% | - |
| HSV(B) | 241.03º | 0.57% | 0.8% | - |
| XYZ | 18.31 | 13.25 | 58.09 | - |
| YUV | 100.82 | 185.66 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 203 | 0.56 | 0.57 | 0 | 0.20 | 241.03 | 0.53 | 0.57 |
| Hex | 59 | 57 | CB | 38 | 39 | 0 | 14 | F1 | 35 | 39 |
| Octal | 131 | 127 | 313 | 70 | 71 | 0 | 24 | 361 | 65 | 71 |
| Binary | 1011001 | 1010111 | 11001011 | 111000 | 111001 | 0 | 10100 | 11110001 | 110101 | 111001 |
Color Harmonies of #5957CB
Complementary color
Monochromatic Colors of #5957CB
Black with #5957CB
Text Example
Text Example
White with #5957CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5957CB; }
p { color: rgb(89,87,203); }
H1.HeaderClassName
{
color: #5957CB;
}
.AnyTagClassName
{
color: #5957CB;
}
</style>
background-color css
<style>
a { background-color: #5957CB; }
a { background-color: rgb(89,87,203); }
div.DivClassName
{
background-color: #5957CB;
}
.BgClassName
{
background-color: #5957CB;
}
</style>
border-color css
<style>
span { border-color: #5957CB; }
span { border-color: rgb(89,87,203); }
td.TdClassName
{
border-color: #5957CB;
}
.TagClassName
{
border-color: #5957CB;
}
</style>