Shades of Grey Suit #8583AB
Tints of Grey Suit #8583AB
RGB
CMYK
RGB Variations
Color information
#8583AB (or 0x8583AB) is known color: Grey Suit. HEX triplet: 85, 83 and AB. RGB value is (133,131,171). Sum of RGB (Red+Green+Blue) = 133+131+171=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #8583AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8583AB is #7A7C54. Grayscale: #888888. Windows color (decimal): -8027221 or 11240325. OLE color: 11240325.
HSL color Cylindrical-coordinate representation of color #8583AB: hue angle of 243º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8583AB is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 131 | 171 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.33 |
| HSL | 243º | 0.19% | 0.59% | - |
| HSV(B) | 243º | 0.23% | 0.67% | - |
| XYZ | 25.14 | 24.16 | 41.87 | - |
| YUV | 136.16 | 147.66 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 171 | 0.22 | 0.23 | 0 | 0.33 | 243 | 0.19 | 0.59 |
| Hex | 85 | 83 | AB | 16 | 17 | 0 | 21 | F3 | 13 | 3B |
| Octal | 205 | 203 | 253 | 26 | 27 | 0 | 41 | 363 | 23 | 73 |
| Binary | 10000101 | 10000011 | 10101011 | 10110 | 10111 | 0 | 100001 | 11110011 | 10011 | 111011 |
Color Harmonies of #8583AB
Complementary color
Monochromatic Colors of #8583AB
Black with #8583AB
Text Example
Text Example
White with #8583AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8583AB; }
p { color: rgb(133,131,171); }
H1.HeaderClassName
{
color: #8583AB;
}
.AnyTagClassName
{
color: #8583AB;
}
</style>
background-color css
<style>
a { background-color: #8583AB; }
a { background-color: rgb(133,131,171); }
div.DivClassName
{
background-color: #8583AB;
}
.BgClassName
{
background-color: #8583AB;
}
</style>
border-color css
<style>
span { border-color: #8583AB; }
span { border-color: rgb(133,131,171); }
td.TdClassName
{
border-color: #8583AB;
}
.TagClassName
{
border-color: #8583AB;
}
</style>