Shades of Slate Blue #5643CB
Tints of Slate Blue #5643CB
RGB
CMYK
RGB Variations
Color information
#5643CB (or 0x5643CB) is known color: Slate Blue. HEX triplet: 56, 43 and CB. RGB value is (86,67,203). Sum of RGB (Red+Green+Blue) = 86+67+203=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #5643CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5643CB is #A9BC34. Grayscale: #575757. Windows color (decimal): -11123765 or 13321046. OLE color: 13321046.
HSL color Cylindrical-coordinate representation of color #5643CB: hue angle of 248.38º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5643CB is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 67 | 203 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.20 |
| HSL | 248.38º | 0.57% | 0.53% | - |
| HSV(B) | 248.38º | 0.67% | 0.8% | - |
| XYZ | 16.62 | 10.3 | 57.61 | - |
| YUV | 88.19 | 192.79 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 203 | 0.58 | 0.67 | 0 | 0.20 | 248.38 | 0.57 | 0.53 |
| Hex | 56 | 43 | CB | 3A | 43 | 0 | 14 | F8 | 39 | 35 |
| Octal | 126 | 103 | 313 | 72 | 103 | 0 | 24 | 370 | 71 | 65 |
| Binary | 1010110 | 1000011 | 11001011 | 111010 | 1000011 | 0 | 10100 | 11111000 | 111001 | 110101 |
Color Harmonies of #5643CB
Complementary color
Monochromatic Colors of #5643CB
Black with #5643CB
Text Example
Text Example
White with #5643CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5643CB; }
p { color: rgb(86,67,203); }
H1.HeaderClassName
{
color: #5643CB;
}
.AnyTagClassName
{
color: #5643CB;
}
</style>
background-color css
<style>
a { background-color: #5643CB; }
a { background-color: rgb(86,67,203); }
div.DivClassName
{
background-color: #5643CB;
}
.BgClassName
{
background-color: #5643CB;
}
</style>
border-color css
<style>
span { border-color: #5643CB; }
span { border-color: rgb(86,67,203); }
td.TdClassName
{
border-color: #5643CB;
}
.TagClassName
{
border-color: #5643CB;
}
</style>