Html Css Color HEX #859880 Amulet

📋 copy color: '#859880'

red 133 ◦ green 152 ◦ blue 128

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

Shades of Amulet #859880

Tints of Amulet #859880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.8%

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

R = 32.2%
G = 36.8%
B = 30.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#859880 (or 0x859880) is known color: Amulet. HEX triplet: 85, 98 and 80. RGB value is (133,152,128). Sum of RGB (Red+Green+Blue) = 133+152+128=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #859880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859880 is #7A677F. Grayscale: #8F8F8F. Windows color (decimal): -8021888 or 8427653. OLE color: 8427653.

HSL color Cylindrical-coordinate representation of color #859880: hue angle of 107.5º degrees, saturation: 0.1, 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 #859880 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 152 128 -
CMYK 0.13 0 0.16 0.40
HSL 107.5º 0.1% 0.55% -
HSV(B) 107.5º 0.16% 0.6% -
XYZ 24.8 29 24.71 -
YUV 143.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 133 152 128 0.13 0 0.16 0.40 107.5 0.1 0.55
Hex 85 98 80 D 0 10 28 6C A 37
Octal 205 230 200 15 0 20 50 154 12 67
Binary 10000101 10011000 10000000 1101 0 10000 101000 1101100 1010 110111

Color Harmonies of #859880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859880

Black with #859880

Text Example


Text Example

White with #859880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859880; }

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

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

background-color css

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

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

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

border-color css

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

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

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