#51987F

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

Shades of Patina #51987F

Tints of Patina #51987F

Color information

#51987F (or 0x51987F) is unknown color: approx Patina. HEX triplet: 51, 98 and 7F. RGB value is (81,152,127). Sum of RGB (Red+Green+Blue) = 81+152+127=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #51987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51987F is #AE6780. Grayscale: #7F7F7F. Windows color (decimal): -11429761 or 8362065. OLE color: 8362065.

HSL color Cylindrical-coordinate representation of color #51987F: hue angle of 158.87º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51987F is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB81152127-
CMYK0.4700.160.40
HSL158.87º30.47%45.69%-
HSV(B)158.87º46.71%59.61%-
XYZ18.4525.7424.07-
YUV127.92127.4894.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.5%
GREEN value IS 152 (59.77% from 255) = 42.22%
BLUE value IS 127 (50% from 255) = 35.28%
R=22.5%
G=42.22%
B=35.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811521270.4700.160.40158.8730.4745.69
Hex51987F2F010289f1e2e
Octal12123017757020502373656
Binary10100011001100011111111011110100001010001001111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,152,127); }

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

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

 a { background-color: rgb(81,152,127); }

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

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

 span { border-color: rgb(81,152,127); }

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