#54997A

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

Shades of Patina #54997A

Tints of Patina #54997A

Color information

#54997A (or 0x54997A) is unknown color: approx Patina. HEX triplet: 54, 99 and 7A. RGB value is (84,153,122). Sum of RGB (Red+Green+Blue) = 84+153+122=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #54997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54997A is #AB6685. Grayscale: #808080. Windows color (decimal): -11232902 or 8034644. OLE color: 8034644.

HSL color Cylindrical-coordinate representation of color #54997A: hue angle of 153.04º 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 #54997A is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB84153122-
CMYK0.4500.200.4
HSL153.04º29.11%46.47%-
HSV(B)153.04º45.1%60%-
XYZ18.5626.0722.47-
YUV128.83124.1496.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 153 (60.16% from 255) = 42.62%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=23.40%
G=42.62%
B=33.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841531220.4500.200.4153.0429.1146.47
Hex54997A2D01428991d2e
Octal12423117255024502313556
Binary10101001001100111110101011010101001010001001100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54997A; }

 p { color: rgb(84,153,122); }

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

<style>
 a { background-color: #54997A; }

 a { background-color: rgb(84,153,122); }

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

<style>
 span { border-color: #54997A; }

 span { border-color: rgb(84,153,122); }

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