#8583AA

Color #8583AA Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #8583AA

Tints of Grey Suit #8583AA

Color information

#8583AA (or 0x8583AA) is unknown color: approx Grey Suit. HEX triplet: 85, 83 and AA. RGB value is (133,131,170). Sum of RGB (Red+Green+Blue) = 133+131+170=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #8583AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8583AA is #7A7C55. Grayscale: #878787. Windows color (decimal): -8027222 or 11174789. OLE color: 11174789.

HSL color Cylindrical-coordinate representation of color #8583AA: hue angle of 243.08º 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 #8583AA is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133131170-
CMYK0.220.2300.33
HSL243.08º18.66%59.02%-
HSV(B)243.08º22.94%66.67%-
XYZ25.0424.1241.37-
YUV136.04147.16125.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 30.65%
GREEN value IS 131 (51.56% from 255) = 30.18%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=30.65%
G=30.18%
B=39.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331311700.220.2300.33243.0818.6659.02
Hex8583AA1617021f3133b
Octal20520325226270413632373
Binary100001011000001110101010101101011101000011111001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8583AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8583AA; }

 p { color: rgb(133,131,170); }

 H1.HeaderClassName
 {
   color: #8583AA;
 }
 .AnyTagClassName
 {
   color: #8583AA;
 }
</style>
background-color css

<style>
 a { background-color: #8583AA; }

 a { background-color: rgb(133,131,170); }

 div.DivClassName
 {
   background-color: #8583AA;
 }
 .BgClassName
 {
   background-color: #8583AA;
 }
</style>
border-color css

<style>
 span { border-color: #8583AA; }

 span { border-color: rgb(133,131,170); }

 td.TdClassName
 {
   border-color: #8583AA;
 }
 .TagClassName
 {
   border-color: #8583AA;
 }
</style>