Html Css Color HEX #858985 Stack

📋 copy color: '#858985'

red 133 ◦ green 137 ◦ blue 133

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

Shades of Stack #858985

Tints of Stack #858985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34%

 BLUE value IS 133 (52.34% from 255) = 33%

R = 33%
G = 34%
B = 33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#858985 (or 0x858985) is known color: Stack. HEX triplet: 85, 89 and 85. RGB value is (133,137,133). Sum of RGB (Red+Green+Blue) = 133+137+133=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 137 - color contains mainly: green. Hex color #858985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858985 is #7A767A. Grayscale: #878787. Windows color (decimal): -8025723 or 8751493. OLE color: 8751493.

HSL color Cylindrical-coordinate representation of color #858985: hue angle of 120º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #858985 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 133 -
CMYK 0.03 0 0.03 0.46
HSL 120º 0.02% 0.53% -
HSV(B) 120º 0.03% 0.54% -
XYZ 22.85 24.57 25.73 -
YUV 135.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 133 137 133 0.03 0 0.03 0.46 120 0.02 0.53
Hex 85 89 85 3 0 3 2E 78 2 35
Octal 205 211 205 3 0 3 56 170 2 65
Binary 10000101 10001001 10000101 11 0 11 101110 1111000 10 110101

Color Harmonies of #858985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858985

Black with #858985

Text Example


Text Example

White with #858985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858985; }

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

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

background-color css

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

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

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

border-color css

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

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

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