Html Css Color HEX #859E88 Envy

📋 copy color: '#859E88'

red 133 ◦ green 158 ◦ blue 136

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

Shades of Envy #859E88

Tints of Envy #859E88

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37%

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

R = 31.15%
G = 37%
B = 31.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#859E88 (or 0x859E88) is known color: Envy. HEX triplet: 85, 9E and 88. RGB value is (133,158,136). Sum of RGB (Red+Green+Blue) = 133+158+136=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 158 - color contains mainly: green. Hex color #859E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859E88 is #7A6177. Grayscale: #949494. Windows color (decimal): -8020344 or 8953477. OLE color: 8953477.

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

Color convert

RGB 133 158 136 -
CMYK 0.16 0 0.14 0.38
HSL 127.2º 0.11% 0.57% -
HSV(B) 127.2º 0.16% 0.62% -
XYZ 26.34 31.22 27.93 -
YUV 148.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 133 158 136 0.16 0 0.14 0.38 127.2 0.11 0.57
Hex 85 9E 88 10 0 E 26 7F B 39
Octal 205 236 210 20 0 16 46 177 13 71
Binary 10000101 10011110 10001000 10000 0 1110 100110 1111111 1011 111001

Color Harmonies of #859E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859E88

Black with #859E88

Text Example


Text Example

White with #859E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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