Html Css Color HEX #85988A Envy

📋 copy color: '#85988A'

red 133 ◦ green 152 ◦ blue 138

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

Shades of Envy #85988A

Tints of Envy #85988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.93%

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

R = 31.44%
G = 35.93%
B = 32.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#85988A (or 0x85988A) is known color: Envy. HEX triplet: 85, 98 and 8A. RGB value is (133,152,138). Sum of RGB (Red+Green+Blue) = 133+152+138=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 152 - color contains mainly: green. Hex color #85988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85988A is #7A6775. Grayscale: #909090. Windows color (decimal): -8021878 or 9083013. OLE color: 9083013.

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

Color convert

RGB 133 152 138 -
CMYK 0.13 0 0.09 0.40
HSL 135.79º 0.08% 0.56% -
HSV(B) 135.79º 0.13% 0.6% -
XYZ 25.49 29.28 28.35 -
YUV 144.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 133 152 138 0.13 0 0.09 0.40 135.79 0.08 0.56
Hex 85 98 8A D 0 9 28 88 8 38
Octal 205 230 212 15 0 11 50 210 10 70
Binary 10000101 10011000 10001010 1101 0 1001 101000 10001000 1000 111000

Color Harmonies of #85988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85988A

Black with #85988A

Text Example


Text Example

White with #85988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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