Html Css Color HEX #85988B Envy

📋 copy color: '#85988B'

red 133 ◦ green 152 ◦ blue 139

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

Shades of Envy #85988B

Tints of Envy #85988B

RGB

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

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

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

R = 31.37%
G = 35.85%
B = 32.78%

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

#85988B (or 0x85988B) is known color: Envy. HEX triplet: 85, 98 and 8B. RGB value is (133,152,139). Sum of RGB (Red+Green+Blue) = 133+152+139=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 152 - color contains mainly: green. Hex color #85988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85988B is #7A6774. Grayscale: #909090. Windows color (decimal): -8021877 or 9148549. OLE color: 9148549.

HSL color Cylindrical-coordinate representation of color #85988B: hue angle of 138.95º 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 #85988B is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 152 139 -
CMYK 0.13 0 0.09 0.40
HSL 138.95º 0.08% 0.56% -
HSV(B) 138.95º 0.13% 0.6% -
XYZ 25.56 29.31 28.74 -
YUV 144.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 133 152 139 0.13 0 0.09 0.40 138.95 0.08 0.56
Hex 85 98 8B D 0 9 28 8B 8 38
Octal 205 230 213 15 0 11 50 213 10 70
Binary 10000101 10011000 10001011 1101 0 1001 101000 10001011 1000 111000

Color Harmonies of #85988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85988B

Black with #85988B

Text Example


Text Example

White with #85988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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