Html Css Color HEX #859D8B Envy

📋 copy color: '#859D8B'

red 133 ◦ green 157 ◦ blue 139

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

Shades of Envy #859D8B

Tints of Envy #859D8B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.6%

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

R = 31%
G = 36.6%
B = 32.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#859D8B (or 0x859D8B) is known color: Envy. HEX triplet: 85, 9D and 8B. RGB value is (133,157,139). Sum of RGB (Red+Green+Blue) = 133+157+139=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 157 - color contains mainly: green. Hex color #859D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859D8B is #7A6274. Grayscale: #939393. Windows color (decimal): -8020597 or 9149829. OLE color: 9149829.

HSL color Cylindrical-coordinate representation of color #859D8B: hue angle of 135º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859D8B is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 157 139 -
CMYK 0.15 0 0.11 0.38
HSL 135º 0.11% 0.57% -
HSV(B) 135º 0.15% 0.62% -
XYZ 26.39 30.96 29.01 -
YUV 147.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 133 157 139 0.15 0 0.11 0.38 135 0.11 0.57
Hex 85 9D 8B F 0 B 26 87 B 39
Octal 205 235 213 17 0 13 46 207 13 71
Binary 10000101 10011101 10001011 1111 0 1011 100110 10000111 1011 111001

Color Harmonies of #859D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859D8B

Black with #859D8B

Text Example


Text Example

White with #859D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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