#57907F

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

Shades of Patina #57907F

Tints of Patina #57907F

Color information

#57907F (or 0x57907F) is unknown color: approx Patina. HEX triplet: 57, 90 and 7F. RGB value is (87,144,127). Sum of RGB (Red+Green+Blue) = 87+144+127=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #57907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57907F is #A86F80. Grayscale: #7D7D7D. Windows color (decimal): -11038593 or 8360023. OLE color: 8360023.

HSL color Cylindrical-coordinate representation of color #57907F: hue angle of 162.11º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57907F is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB87144127-
CMYK0.4000.120.44
HSL162.11º24.68%45.29%-
HSV(B)162.11º39.58%56.47%-
XYZ17.7323.5123.68-
YUV125.02129.12100.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.30%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 127 (50% from 255) = 35.47%
R=24.30%
G=40.22%
B=35.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871441270.4000.120.44162.1124.6845.29
Hex57907F280C2Ca2192d
Octal12722017750014542423155
Binary1010111100100001111111101000011001011001010001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57907F; }

 p { color: rgb(87,144,127); }

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

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

 a { background-color: rgb(87,144,127); }

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

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

 span { border-color: rgb(87,144,127); }

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