Html Css Color HEX #859488 Envy

📋 copy color: '#859488'

red 133 ◦ green 148 ◦ blue 136

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

Shades of Envy #859488

Tints of Envy #859488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.49%

 BLUE value IS 136 (53.52% from 255) = 32.61%

R = 31.89%
G = 35.49%
B = 32.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#859488 (or 0x859488) is known color: Envy. HEX triplet: 85, 94 and 88. RGB value is (133,148,136). Sum of RGB (Red+Green+Blue) = 133+148+136=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 148 - color contains mainly: green. Hex color #859488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859488 is #7A6B77. Grayscale: #8E8E8E. Windows color (decimal): -8022904 or 8950917. OLE color: 8950917.

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

Color convert

RGB 133 148 136 -
CMYK 0.10 0 0.08 0.42
HSL 132º 0.07% 0.55% -
HSV(B) 132º 0.1% 0.58% -
XYZ 24.71 27.94 27.38 -
YUV 142.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 133 148 136 0.10 0 0.08 0.42 132 0.07 0.55
Hex 85 94 88 A 0 8 2A 84 7 37
Octal 205 224 210 12 0 10 52 204 7 67
Binary 10000101 10010100 10001000 1010 0 1000 101010 10000100 111 110111

Color Harmonies of #859488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859488

Black with #859488

Text Example


Text Example

White with #859488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859488; }

 p { color: rgb(133,148,136); }

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

background-color css

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

 a { background-color: rgb(133,148,136); }

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

border-color css

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

 span { border-color: rgb(133,148,136); }

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