Shades of Slate Blue #5659CC
Tints of Slate Blue #5659CC
RGB
CMYK
RGB Variations
Color information
#5659CC (or 0x5659CC) is known color: Slate Blue. HEX triplet: 56, 59 and CC. RGB value is (86,89,204). Sum of RGB (Red+Green+Blue) = 86+89+204=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #5659CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5659CC is #A9A633. Grayscale: #646464. Windows color (decimal): -11118132 or 13392214. OLE color: 13392214.
HSL color Cylindrical-coordinate representation of color #5659CC: hue angle of 238.47º degrees, saturation: 0.54, 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 #5659CC is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 89 | 204 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.2 |
| HSL | 238.47º | 0.54% | 0.57% | - |
| HSV(B) | 238.47º | 0.58% | 0.8% | - |
| XYZ | 18.31 | 13.48 | 58.76 | - |
| YUV | 101.21 | 186.01 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 89 | 204 | 0.58 | 0.56 | 0 | 0.2 | 238.47 | 0.54 | 0.57 |
| Hex | 56 | 59 | CC | 3A | 38 | 0 | 14 | EE | 36 | 39 |
| Octal | 126 | 131 | 314 | 72 | 70 | 0 | 24 | 356 | 66 | 71 |
| Binary | 1010110 | 1011001 | 11001100 | 111010 | 111000 | 0 | 10100 | 11101110 | 110110 | 111001 |
Color Harmonies of #5659CC
Complementary color
Monochromatic Colors of #5659CC
Black with #5659CC
Text Example
Text Example
White with #5659CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5659CC; }
p { color: rgb(86,89,204); }
H1.HeaderClassName
{
color: #5659CC;
}
.AnyTagClassName
{
color: #5659CC;
}
</style>
background-color css
<style>
a { background-color: #5659CC; }
a { background-color: rgb(86,89,204); }
div.DivClassName
{
background-color: #5659CC;
}
.BgClassName
{
background-color: #5659CC;
}
</style>
border-color css
<style>
span { border-color: #5659CC; }
span { border-color: rgb(86,89,204); }
td.TdClassName
{
border-color: #5659CC;
}
.TagClassName
{
border-color: #5659CC;
}
</style>