Html Css Color HEX #859980 Amulet

📋 copy color: '#859980'

red 133 ◦ green 153 ◦ blue 128

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

Shades of Amulet #859980

Tints of Amulet #859980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

 BLUE value IS 128 (50.39% from 255) = 30.92%

R = 32.13%
G = 36.96%
B = 30.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#859980 (or 0x859980) is known color: Amulet. HEX triplet: 85, 99 and 80. RGB value is (133,153,128). Sum of RGB (Red+Green+Blue) = 133+153+128=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #859980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859980 is #7A667F. Grayscale: #909090. Windows color (decimal): -8021632 or 8427909. OLE color: 8427909.

HSL color Cylindrical-coordinate representation of color #859980: hue angle of 108º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #859980 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 153 128 -
CMYK 0.13 0 0.16 0.4
HSL 108º 0.11% 0.55% -
HSV(B) 108º 0.16% 0.6% -
XYZ 24.96 29.33 24.77 -
YUV 144.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 133 153 128 0.13 0 0.16 0.4 108 0.11 0.55
Hex 85 99 80 D 0 10 28 6C B 37
Octal 205 231 200 15 0 20 50 154 13 67
Binary 10000101 10011001 10000000 1101 0 10000 101000 1101100 1011 110111

Color Harmonies of #859980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859980

Black with #859980

Text Example


Text Example

White with #859980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859980; }

 p { color: rgb(133,153,128); }

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

background-color css

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

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

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

border-color css

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

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

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