#57927A

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

Shades of Patina #57927A

Tints of Patina #57927A

Color information

#57927A (or 0x57927A) is unknown color: approx Patina. HEX triplet: 57, 92 and 7A. RGB value is (87,146,122). Sum of RGB (Red+Green+Blue) = 87+146+122=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #57927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57927A is #A86D85. Grayscale: #7D7D7D. Windows color (decimal): -11038086 or 8032855. OLE color: 8032855.

HSL color Cylindrical-coordinate representation of color #57927A: hue angle of 155.59º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57927A is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB87146122-
CMYK0.4000.160.43
HSL155.59º25.32%45.69%-
HSV(B)155.59º40.41%57.25%-
XYZ17.7223.9922.11-
YUV125.62125.95100.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.51%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=24.51%
G=41.13%
B=34.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871461220.4000.160.43155.5925.3245.69
Hex57927A280102B9c192e
Octal12722217250020532343156
Binary10101111001001011110101010000100001010111001110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57927A; }

 p { color: rgb(87,146,122); }

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

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

 a { background-color: rgb(87,146,122); }

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

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

 span { border-color: rgb(87,146,122); }

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