#57947B

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

Shades of Patina #57947B

Tints of Patina #57947B

Color information

#57947B (or 0x57947B) is unknown color: approx Patina. HEX triplet: 57, 94 and 7B. RGB value is (87,148,123). Sum of RGB (Red+Green+Blue) = 87+148+123=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #57947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57947B is #A86B84. Grayscale: #7E7E7E. Windows color (decimal): -11037573 or 8098903. OLE color: 8098903.

HSL color Cylindrical-coordinate representation of color #57947B: hue angle of 155.41º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57947B is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB87148123-
CMYK0.4100.170.42
HSL155.41º25.96%46.08%-
HSV(B)155.41º41.22%58.04%-
XYZ18.124.6422.54-
YUV126.91125.7999.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.30%
GREEN value IS 148 (58.20% from 255) = 41.34%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=24.30%
G=41.34%
B=34.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871481230.4100.170.42155.4125.9646.08
Hex57947B290112A9b1a2e
Octal12722417351021522333256
Binary10101111001010011110111010010100011010101001101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57947B; }

 p { color: rgb(87,148,123); }

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

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

 a { background-color: rgb(87,148,123); }

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

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

 span { border-color: rgb(87,148,123); }

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