Shades of Slate Blue #5656CB
Tints of Slate Blue #5656CB
RGB
CMYK
RGB Variations
Color information
#5656CB (or 0x5656CB) is known color: Slate Blue. HEX triplet: 56, 56 and CB. RGB value is (86,86,203). Sum of RGB (Red+Green+Blue) = 86+86+203=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #5656CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5656CB is #A9A934. Grayscale: #626262. Windows color (decimal): -11118901 or 13325910. OLE color: 13325910.
HSL color Cylindrical-coordinate representation of color #5656CB: hue angle of 240º degrees, saturation: 0.53, 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 #5656CB is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 86 | 203 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.20 |
| HSL | 240º | 0.53% | 0.57% | - |
| HSV(B) | 240º | 0.58% | 0.8% | - |
| XYZ | 17.95 | 12.95 | 58.05 | - |
| YUV | 99.34 | 186.5 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 203 | 0.58 | 0.58 | 0 | 0.20 | 240 | 0.53 | 0.57 |
| Hex | 56 | 56 | CB | 3A | 3A | 0 | 14 | F0 | 35 | 39 |
| Octal | 126 | 126 | 313 | 72 | 72 | 0 | 24 | 360 | 65 | 71 |
| Binary | 1010110 | 1010110 | 11001011 | 111010 | 111010 | 0 | 10100 | 11110000 | 110101 | 111001 |
Color Harmonies of #5656CB
Complementary color
Monochromatic Colors of #5656CB
Black with #5656CB
Text Example
Text Example
White with #5656CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5656CB; }
p { color: rgb(86,86,203); }
H1.HeaderClassName
{
color: #5656CB;
}
.AnyTagClassName
{
color: #5656CB;
}
</style>
background-color css
<style>
a { background-color: #5656CB; }
a { background-color: rgb(86,86,203); }
div.DivClassName
{
background-color: #5656CB;
}
.BgClassName
{
background-color: #5656CB;
}
</style>
border-color css
<style>
span { border-color: #5656CB; }
span { border-color: rgb(86,86,203); }
td.TdClassName
{
border-color: #5656CB;
}
.TagClassName
{
border-color: #5656CB;
}
</style>