Html Css Color HEX #85A583 Envy

📋 copy color: '#85A583'

red 133 ◦ green 165 ◦ blue 131

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

Shades of Envy #85A583

Tints of Envy #85A583

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.46%

 BLUE value IS 131 (51.56% from 255) = 30.54%

R = 31%
G = 38.46%
B = 30.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#85A583 (or 0x85A583) is known color: Envy. HEX triplet: 85, A5 and 83. RGB value is (133,165,131). Sum of RGB (Red+Green+Blue) = 133+165+131=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 165 - color contains mainly: green. Hex color #85A583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A583 is #7A5A7C. Grayscale: #979797. Windows color (decimal): -8018557 or 8627589. OLE color: 8627589.

HSL color Cylindrical-coordinate representation of color #85A583: hue angle of 116.47º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85A583 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 165 131 -
CMYK 0.19 0 0.21 0.35
HSL 116.47º 0.16% 0.58% -
HSV(B) 116.47º 0.21% 0.65% -
XYZ 27.22 33.54 26.51 -
YUV 151.56 116.4 114.76 -
System Red Green Blue C M Y K H S L
Decimal 133 165 131 0.19 0 0.21 0.35 116.47 0.16 0.58
Hex 85 A5 83 13 0 15 23 74 10 3A
Octal 205 245 203 23 0 25 43 164 20 72
Binary 10000101 10100101 10000011 10011 0 10101 100011 1110100 10000 111010

Color Harmonies of #85A583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A583

Black with #85A583

Text Example


Text Example

White with #85A583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A583; }

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

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

background-color css

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

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

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

border-color css

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

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

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