#858390

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

Shades of Grey Suit #858390

Tints of Grey Suit #858390

Color information

#858390 (or 0x858390) is unknown color: approx Grey Suit. HEX triplet: 85, 83 and 90. RGB value is (133,131,144). Sum of RGB (Red+Green+Blue) = 133+131+144=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 144 - color contains mainly: blue. Hex color #858390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858390 is #7A7C6F. Grayscale: #858585. Windows color (decimal): -8027248 or 9470853. OLE color: 9470853.

HSL color Cylindrical-coordinate representation of color #858390: hue angle of 249.23º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #858390 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB133131144-
CMYK0.080.0900.44
HSL249.23º5.53%53.92%-
HSV(B)249.23º9.03%56.47%-
XYZ22.8223.2329.67-
YUV133.08134.16127.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 144 (56.64% from 255) = 35.29%
R=32.60%
G=32.11%
B=35.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331311440.080.0900.44249.235.5353.92
Hex8583908902Cf9636
Octal2052032201011054371666
Binary10000101100000111001000010001001010110011111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858390; }

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

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

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

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

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

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

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

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