#51957C

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

Shades of Patina #51957C

Tints of Patina #51957C

Color information

#51957C (or 0x51957C) is unknown color: approx Patina. HEX triplet: 51, 95 and 7C. RGB value is (81,149,124). Sum of RGB (Red+Green+Blue) = 81+149+124=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #51957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51957C is #AE6A83. Grayscale: #7D7D7D. Windows color (decimal): -11430532 or 8164689. OLE color: 8164689.

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

Color convert

RGB81149124-
CMYK0.4600.170.42
HSL157.94º29.57%45.1%-
HSV(B)157.94º45.64%58.43%-
XYZ17.7824.722.9-
YUV125.82126.9796.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 149 (58.59% from 255) = 42.09%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=22.88%
G=42.09%
B=35.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811491240.4600.170.42157.9429.5745.1
Hex51957C2E0112A9e1e2d
Octal12122517456021522363655
Binary10100011001010111111001011100100011010101001111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51957C; }

 p { color: rgb(81,149,124); }

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

<style>
 a { background-color: #51957C; }

 a { background-color: rgb(81,149,124); }

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

<style>
 span { border-color: #51957C; }

 span { border-color: rgb(81,149,124); }

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