Html Css Color HEX #859089 Envy

📋 copy color: '#859089'

red 133 ◦ green 144 ◦ blue 137

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

Shades of Envy #859089

Tints of Envy #859089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

 BLUE value IS 137 (53.91% from 255) = 33.09%

R = 32.13%
G = 34.78%
B = 33.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#859089 (or 0x859089) is known color: Envy. HEX triplet: 85, 90 and 89. RGB value is (133,144,137). Sum of RGB (Red+Green+Blue) = 133+144+137=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 144 - color contains mainly: green. Hex color #859089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859089 is #7A6F76. Grayscale: #8B8B8B. Windows color (decimal): -8023927 or 9015429. OLE color: 9015429.

HSL color Cylindrical-coordinate representation of color #859089: hue angle of 141.82º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #859089 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 144 137 -
CMYK 0.08 0 0.05 0.44
HSL 141.82º 0.05% 0.54% -
HSV(B) 141.82º 0.08% 0.56% -
XYZ 24.16 26.74 27.55 -
YUV 139.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 133 144 137 0.08 0 0.05 0.44 141.82 0.05 0.54
Hex 85 90 89 8 0 5 2C 8E 5 36
Octal 205 220 211 10 0 5 54 216 5 66
Binary 10000101 10010000 10001001 1000 0 101 101100 10001110 101 110110

Color Harmonies of #859089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859089

Black with #859089

Text Example


Text Example

White with #859089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859089; }

 p { color: rgb(133,144,137); }

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

background-color css

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

 a { background-color: rgb(133,144,137); }

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

border-color css

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

 span { border-color: rgb(133,144,137); }

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