Html Css Color HEX #85998A Envy

📋 copy color: '#85998A'

red 133 ◦ green 153 ◦ blue 138

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

Shades of Envy #85998A

Tints of Envy #85998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.08%

 BLUE value IS 138 (54.3% from 255) = 32.55%

R = 31.37%
G = 36.08%
B = 32.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#85998A (or 0x85998A) is known color: Envy. HEX triplet: 85, 99 and 8A. RGB value is (133,153,138). Sum of RGB (Red+Green+Blue) = 133+153+138=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 153 - color contains mainly: green. Hex color #85998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85998A is #7A6675. Grayscale: #919191. Windows color (decimal): -8021622 or 9083269. OLE color: 9083269.

HSL color Cylindrical-coordinate representation of color #85998A: hue angle of 135º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #85998A is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 153 138 -
CMYK 0.13 0 0.10 0.4
HSL 135º 0.09% 0.56% -
HSV(B) 135º 0.13% 0.6% -
XYZ 25.65 29.6 28.41 -
YUV 145.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 133 153 138 0.13 0 0.10 0.4 135 0.09 0.56
Hex 85 99 8A D 0 A 28 87 9 38
Octal 205 231 212 15 0 12 50 207 11 70
Binary 10000101 10011001 10001010 1101 0 1010 101000 10000111 1001 111000

Color Harmonies of #85998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85998A

Black with #85998A

Text Example


Text Example

White with #85998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85998A; }

 p { color: rgb(133,153,138); }

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

background-color css

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

 a { background-color: rgb(133,153,138); }

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

border-color css

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

 span { border-color: rgb(133,153,138); }

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