#859288

Color #859288 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #859288

Tints of Envy #859288

Color information

#859288 (or 0x859288) is unknown color: approx Envy. HEX triplet: 85, 92 and 88. RGB value is (133,146,136). Sum of RGB (Red+Green+Blue) = 133+146+136=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 146 - color contains mainly: green. Hex color #859288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859288 is #7A6D77. Grayscale: #8D8D8D. Windows color (decimal): -8023416 or 8950405. OLE color: 8950405.

HSL color Cylindrical-coordinate representation of color #859288: hue angle of 133.85º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #859288 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB133146136-
CMYK0.0900.070.43
HSL133.85º5.63%54.71%-
HSV(B)133.85º8.9%57.25%-
XYZ24.427.3227.28-
YUV140.97125.19122.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=32.05%
G=35.18%
B=32.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331461360.0900.070.43133.855.6354.71
Hex8592889072B86637
Octal205222210110753206667
Binary1000010110010010100010001001011110101110000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859288; }

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

 H1.HeaderClassName
 {
   color: #859288;
 }
 .AnyTagClassName
 {
   color: #859288;
 }
</style>
background-color css

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

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

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

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

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

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