Shades of Slate Blue #5656CC
Tints of Slate Blue #5656CC
RGB
CMYK
RGB Variations
Color information
#5656CC (or 0x5656CC) is known color: Slate Blue. HEX triplet: 56, 56 and CC. RGB value is (86,86,204). Sum of RGB (Red+Green+Blue) = 86+86+204=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #5656CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5656CC is #A9A933. Grayscale: #626262. Windows color (decimal): -11118900 or 13391446. OLE color: 13391446.
HSL color Cylindrical-coordinate representation of color #5656CC: hue angle of 240º 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 #5656CC is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 86 | 204 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.2 |
| HSL | 240º | 0.54% | 0.57% | - |
| HSV(B) | 240º | 0.58% | 0.8% | - |
| XYZ | 18.06 | 12.99 | 58.68 | - |
| YUV | 99.45 | 187 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 204 | 0.58 | 0.58 | 0 | 0.2 | 240 | 0.54 | 0.57 |
| Hex | 56 | 56 | CC | 3A | 3A | 0 | 14 | F0 | 36 | 39 |
| Octal | 126 | 126 | 314 | 72 | 72 | 0 | 24 | 360 | 66 | 71 |
| Binary | 1010110 | 1010110 | 11001100 | 111010 | 111010 | 0 | 10100 | 11110000 | 110110 | 111001 |
Color Harmonies of #5656CC
Complementary color
Monochromatic Colors of #5656CC
Black with #5656CC
Text Example
Text Example
White with #5656CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5656CC; }
p { color: rgb(86,86,204); }
H1.HeaderClassName
{
color: #5656CC;
}
.AnyTagClassName
{
color: #5656CC;
}
</style>
background-color css
<style>
a { background-color: #5656CC; }
a { background-color: rgb(86,86,204); }
div.DivClassName
{
background-color: #5656CC;
}
.BgClassName
{
background-color: #5656CC;
}
</style>
border-color css
<style>
span { border-color: #5656CC; }
span { border-color: rgb(86,86,204); }
td.TdClassName
{
border-color: #5656CC;
}
.TagClassName
{
border-color: #5656CC;
}
</style>