#859880

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

Shades of Amulet #859880

Tints of Amulet #859880

Color information

#859880 (or 0x859880) is unknown color: approx 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

RGB133152128-
CMYK0.1300.160.40
HSL107.5º10.43%54.9%-
HSV(B)107.5º15.79%59.61%-
XYZ24.82924.71-
YUV143.58119.21120.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 128 (50.39% from 255) = 30.99%
R=32.20%
G=36.80%
B=30.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331521280.1300.160.40107.510.4354.9
Hex859880D010286ba37
Octal20523020015020501531267
Binary100001011001100010000000110101000010100011010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>