Html Css Color HEX #859387 Stack

📋 copy color: '#859387'

red 133 ◦ green 147 ◦ blue 135

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

Shades of Stack #859387

Tints of Stack #859387

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.42%

 BLUE value IS 135 (53.13% from 255) = 32.53%

R = 32.05%
G = 35.42%
B = 32.53%

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

#859387 (or 0x859387) is known color: Stack. HEX triplet: 85, 93 and 87. RGB value is (133,147,135). Sum of RGB (Red+Green+Blue) = 133+147+135=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 147 - color contains mainly: green. Hex color #859387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859387 is #7A6C78. Grayscale: #8D8D8D. Windows color (decimal): -8023161 or 8885125. OLE color: 8885125.

HSL color Cylindrical-coordinate representation of color #859387: hue angle of 128.57º degrees, saturation: 0.06, 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 #859387 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 147 135 -
CMYK 0.10 0 0.08 0.42
HSL 128.57º 0.06% 0.55% -
HSV(B) 128.57º 0.1% 0.58% -
XYZ 24.48 27.6 26.96 -
YUV 141.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 133 147 135 0.10 0 0.08 0.42 128.57 0.06 0.55
Hex 85 93 87 A 0 8 2A 81 6 37
Octal 205 223 207 12 0 10 52 201 6 67
Binary 10000101 10010011 10000111 1010 0 1000 101010 10000001 110 110111

Color Harmonies of #859387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859387

Black with #859387

Text Example


Text Example

White with #859387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859387; }

 p { color: rgb(133,147,135); }

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

background-color css

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

 a { background-color: rgb(133,147,135); }

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

border-color css

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

 span { border-color: rgb(133,147,135); }

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