#859578

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

Shades of Amulet #859578

Tints of Amulet #859578

Color information

#859578 (or 0x859578) is unknown color: approx Amulet. HEX triplet: 85, 95 and 78. RGB value is (133,149,120). Sum of RGB (Red+Green+Blue) = 133+149+120=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #859578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859578 is #7A6A87. Grayscale: #8D8D8D. Windows color (decimal): -8022664 or 7902597. OLE color: 7902597.

HSL color Cylindrical-coordinate representation of color #859578: hue angle of 93.1º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #859578 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB133149120-
CMYK0.1100.190.42
HSL93.1º12.03%52.75%-
HSV(B)93.1º19.46%58.43%-
XYZ23.8127.8421.89-
YUV140.91116.2122.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=33.08%
G=37.06%
B=29.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331491200.1100.190.4293.112.0352.75
Hex859578B0132A5dc35
Octal20522517013023521351465
Binary10000101100101011111000101101001110101010111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859578; }

 p { color: rgb(133,149,120); }

 H1.HeaderClassName
 {
   color: #859578;
 }
 .AnyTagClassName
 {
   color: #859578;
 }
</style>
background-color css

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

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

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

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

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

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