Shades of Slate Blue #5957CC
Tints of Slate Blue #5957CC
RGB
CMYK
RGB Variations
Color information
#5957CC (or 0x5957CC) is known color: Slate Blue. HEX triplet: 59, 57 and CC. RGB value is (89,87,204). Sum of RGB (Red+Green+Blue) = 89+87+204=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #5957CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5957CC is #A6A833. Grayscale: #646464. Windows color (decimal): -10922036 or 13391705. OLE color: 13391705.
HSL color Cylindrical-coordinate representation of color #5957CC: 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 #5957CC is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 87 | 204 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.2 |
| HSL | 241.03º | 0.53% | 0.57% | - |
| HSV(B) | 241.03º | 0.57% | 0.8% | - |
| XYZ | 18.43 | 13.3 | 58.72 | - |
| YUV | 100.94 | 186.16 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 204 | 0.56 | 0.57 | 0 | 0.2 | 241.03 | 0.53 | 0.57 |
| Hex | 59 | 57 | CC | 38 | 39 | 0 | 14 | F1 | 35 | 39 |
| Octal | 131 | 127 | 314 | 70 | 71 | 0 | 24 | 361 | 65 | 71 |
| Binary | 1011001 | 1010111 | 11001100 | 111000 | 111001 | 0 | 10100 | 11110001 | 110101 | 111001 |
Color Harmonies of #5957CC
Complementary color
Monochromatic Colors of #5957CC
Black with #5957CC
Text Example
Text Example
White with #5957CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5957CC; }
p { color: rgb(89,87,204); }
H1.HeaderClassName
{
color: #5957CC;
}
.AnyTagClassName
{
color: #5957CC;
}
</style>
background-color css
<style>
a { background-color: #5957CC; }
a { background-color: rgb(89,87,204); }
div.DivClassName
{
background-color: #5957CC;
}
.BgClassName
{
background-color: #5957CC;
}
</style>
border-color css
<style>
span { border-color: #5957CC; }
span { border-color: rgb(89,87,204); }
td.TdClassName
{
border-color: #5957CC;
}
.TagClassName
{
border-color: #5957CC;
}
</style>