Html Css Color HEX #858395 Grey Suit

📋 copy color: '#858395'

red 133 ◦ green 131 ◦ blue 149

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

Shades of Grey Suit #858395

Tints of Grey Suit #858395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 32.2%
G = 31.72%
B = 36.08%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#858395 (or 0x858395) is known color: Grey Suit. HEX triplet: 85, 83 and 95. RGB value is (133,131,149). Sum of RGB (Red+Green+Blue) = 133+131+149=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: blue. Hex color #858395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858395 is #7A7C6A. Grayscale: #858585. Windows color (decimal): -8027243 or 9798533. OLE color: 9798533.

HSL color Cylindrical-coordinate representation of color #858395: hue angle of 246.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858395 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 131 149 -
CMYK 0.11 0.12 0 0.42
HSL 246.67º 0.08% 0.55% -
HSV(B) 246.67º 0.12% 0.58% -
XYZ 23.21 23.39 31.72 -
YUV 133.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 133 131 149 0.11 0.12 0 0.42 246.67 0.08 0.55
Hex 85 83 95 B C 0 2A F7 8 37
Octal 205 203 225 13 14 0 52 367 10 67
Binary 10000101 10000011 10010101 1011 1100 0 101010 11110111 1000 110111

Color Harmonies of #858395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858395

Black with #858395

Text Example


Text Example

White with #858395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858395; }

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

 H1.HeaderClassName
 {
   color: #858395;
 }
 .AnyTagClassName
 {
   color: #858395;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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