Shades of Slate Blue #5655CC
Tints of Slate Blue #5655CC
RGB
CMYK
RGB Variations
Color information
#5655CC (or 0x5655CC) is known color: Slate Blue. HEX triplet: 56, 55 and CC. RGB value is (86,85,204). Sum of RGB (Red+Green+Blue) = 86+85+204=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #5655CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5655CC is #A9AA33. Grayscale: #626262. Windows color (decimal): -11119156 or 13391190. OLE color: 13391190.
HSL color Cylindrical-coordinate representation of color #5655CC: hue angle of 240.5º 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 #5655CC is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 85 | 204 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.2 |
| HSL | 240.5º | 0.54% | 0.57% | - |
| HSV(B) | 240.5º | 0.58% | 0.8% | - |
| XYZ | 17.99 | 12.84 | 58.66 | - |
| YUV | 98.87 | 187.33 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 204 | 0.58 | 0.58 | 0 | 0.2 | 240.5 | 0.54 | 0.57 |
| Hex | 56 | 55 | CC | 3A | 3A | 0 | 14 | F1 | 36 | 39 |
| Octal | 126 | 125 | 314 | 72 | 72 | 0 | 24 | 361 | 66 | 71 |
| Binary | 1010110 | 1010101 | 11001100 | 111010 | 111010 | 0 | 10100 | 11110001 | 110110 | 111001 |
Color Harmonies of #5655CC
Complementary color
Monochromatic Colors of #5655CC
Black with #5655CC
Text Example
Text Example
White with #5655CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5655CC; }
p { color: rgb(86,85,204); }
H1.HeaderClassName
{
color: #5655CC;
}
.AnyTagClassName
{
color: #5655CC;
}
</style>
background-color css
<style>
a { background-color: #5655CC; }
a { background-color: rgb(86,85,204); }
div.DivClassName
{
background-color: #5655CC;
}
.BgClassName
{
background-color: #5655CC;
}
</style>
border-color css
<style>
span { border-color: #5655CC; }
span { border-color: rgb(86,85,204); }
td.TdClassName
{
border-color: #5655CC;
}
.TagClassName
{
border-color: #5655CC;
}
</style>