Html Css Color HEX #85958B Envy

📋 copy color: '#85958B'

red 133 ◦ green 149 ◦ blue 139

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

Shades of Envy #85958B

Tints of Envy #85958B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.39%

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 31.59%
G = 35.39%
B = 33.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#85958B (or 0x85958B) is known color: Envy. HEX triplet: 85, 95 and 8B. RGB value is (133,149,139). Sum of RGB (Red+Green+Blue) = 133+149+139=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 149 - color contains mainly: green. Hex color #85958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85958B is #7A6A74. Grayscale: #8F8F8F. Windows color (decimal): -8022645 or 9147781. OLE color: 9147781.

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

Color convert

RGB 133 149 139 -
CMYK 0.11 0 0.07 0.42
HSL 142.5º 0.07% 0.55% -
HSV(B) 142.5º 0.11% 0.58% -
XYZ 25.08 28.35 28.58 -
YUV 143.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 133 149 139 0.11 0 0.07 0.42 142.5 0.07 0.55
Hex 85 95 8B B 0 7 2A 8E 7 37
Octal 205 225 213 13 0 7 52 216 7 67
Binary 10000101 10010101 10001011 1011 0 111 101010 10001110 111 110111

Color Harmonies of #85958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85958B

Black with #85958B

Text Example


Text Example

White with #85958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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