Shades of Slate Blue #5657CB
Tints of Slate Blue #5657CB
RGB
CMYK
RGB Variations
Color information
#5657CB (or 0x5657CB) is known color: Slate Blue. HEX triplet: 56, 57 and CB. RGB value is (86,87,203). Sum of RGB (Red+Green+Blue) = 86+87+203=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #5657CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5657CB is #A9A834. Grayscale: #636363. Windows color (decimal): -11118645 or 13326166. OLE color: 13326166.
HSL color Cylindrical-coordinate representation of color #5657CB: hue angle of 239.49º 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 #5657CB is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 87 | 203 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.20 |
| HSL | 239.49º | 0.53% | 0.57% | - |
| HSV(B) | 239.49º | 0.58% | 0.8% | - |
| XYZ | 18.03 | 13.11 | 58.08 | - |
| YUV | 99.93 | 186.17 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 203 | 0.58 | 0.57 | 0 | 0.20 | 239.49 | 0.53 | 0.57 |
| Hex | 56 | 57 | CB | 3A | 39 | 0 | 14 | EF | 35 | 39 |
| Octal | 126 | 127 | 313 | 72 | 71 | 0 | 24 | 357 | 65 | 71 |
| Binary | 1010110 | 1010111 | 11001011 | 111010 | 111001 | 0 | 10100 | 11101111 | 110101 | 111001 |
Color Harmonies of #5657CB
Complementary color
Monochromatic Colors of #5657CB
Black with #5657CB
Text Example
Text Example
White with #5657CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5657CB; }
p { color: rgb(86,87,203); }
H1.HeaderClassName
{
color: #5657CB;
}
.AnyTagClassName
{
color: #5657CB;
}
</style>
background-color css
<style>
a { background-color: #5657CB; }
a { background-color: rgb(86,87,203); }
div.DivClassName
{
background-color: #5657CB;
}
.BgClassName
{
background-color: #5657CB;
}
</style>
border-color css
<style>
span { border-color: #5657CB; }
span { border-color: rgb(86,87,203); }
td.TdClassName
{
border-color: #5657CB;
}
.TagClassName
{
border-color: #5657CB;
}
</style>