#57927B

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

Shades of Patina #57927B

Tints of Patina #57927B

Color information

#57927B (or 0x57927B) is unknown color: approx Patina. HEX triplet: 57, 92 and 7B. RGB value is (87,146,123). Sum of RGB (Red+Green+Blue) = 87+146+123=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #57927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57927B is #A86D84. Grayscale: #7D7D7D. Windows color (decimal): -11038085 or 8098391. OLE color: 8098391.

HSL color Cylindrical-coordinate representation of color #57927B: hue angle of 156.61º 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 #57927B is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB87146123-
CMYK0.4000.160.43
HSL156.61º25.32%45.69%-
HSV(B)156.61º40.41%57.25%-
XYZ17.7824.0122.44-
YUV125.74126.45100.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=24.44%
G=41.01%
B=34.55%

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
Decimal871461230.4000.160.43156.6125.3245.69
Hex57927B280102B9d192e
Octal12722217350020532353156
Binary10101111001001011110111010000100001010111001110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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