Html Css Color HEX #858390 Grey Suit

📋 copy color: '#858390'

red 133 ◦ green 131 ◦ blue 144

#858390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Suit #858390

Tints of Grey Suit #858390

RGB

 RED value IS 133 (52.34% from 255) = 32.6%

 GREEN value IS 131 (51.56% from 255) = 32.11%

 BLUE value IS 144 (56.64% from 255) = 35.29%

R = 32.6%
G = 32.11%
B = 35.29%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#858390 (or 0x858390) is known color: 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

RGB 133 131 144 -
CMYK 0.08 0.09 0 0.44
HSL 249.23º 0.06% 0.54% -
HSV(B) 249.23º 0.09% 0.56% -
XYZ 22.82 23.23 29.67 -
YUV 133.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 133 131 144 0.08 0.09 0 0.44 249.23 0.06 0.54
Hex 85 83 90 8 9 0 2C F9 6 36
Octal 205 203 220 10 11 0 54 371 6 66
Binary 10000101 10000011 10010000 1000 1001 0 101100 11111001 110 110110

Color Harmonies of #858390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858390

Black with #858390

Text Example


Text Example

White with #858390

Text Example


Text Example

HTML Codes & Css Web 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>