#54987F

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

Shades of Patina #54987F

Tints of Patina #54987F

Color information

#54987F (or 0x54987F) is unknown color: approx Patina. HEX triplet: 54, 98 and 7F. RGB value is (84,152,127). Sum of RGB (Red+Green+Blue) = 84+152+127=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #54987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54987F is #AB6780. Grayscale: #808080. Windows color (decimal): -11233153 or 8362068. OLE color: 8362068.

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

Color convert

RGB84152127-
CMYK0.4500.160.40
HSL157.94º28.81%46.27%-
HSV(B)157.94º44.74%59.61%-
XYZ18.7225.8724.09-
YUV128.82126.9796.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.14%
GREEN value IS 152 (59.77% from 255) = 41.87%
BLUE value IS 127 (50% from 255) = 34.99%
R=23.14%
G=41.87%
B=34.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841521270.4500.160.40157.9428.8146.27
Hex54987F2D010289e1d2e
Octal12423017755020502363556
Binary10101001001100011111111011010100001010001001111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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