#57907E

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

Shades of Patina #57907E

Tints of Patina #57907E

Color information

#57907E (or 0x57907E) is unknown color: approx Patina. HEX triplet: 57, 90 and 7E. RGB value is (87,144,126). Sum of RGB (Red+Green+Blue) = 87+144+126=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #57907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57907E is #A86F81. Grayscale: #7C7C7C. Windows color (decimal): -11038594 or 8294487. OLE color: 8294487.

HSL color Cylindrical-coordinate representation of color #57907E: hue angle of 161.05º 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 #57907E is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB87144126-
CMYK0.4000.120.44
HSL161.05º24.68%45.29%-
HSV(B)161.05º39.58%56.47%-
XYZ17.6723.4823.34-
YUV124.9128.62100.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.37%
GREEN value IS 144 (56.64% from 255) = 40.34%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=24.37%
G=40.34%
B=35.29%

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
Decimal871441260.4000.120.44161.0524.6845.29
Hex57907E280C2Ca1192d
Octal12722017650014542413155
Binary1010111100100001111110101000011001011001010000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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