#54917E

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

Shades of Patina #54917E

Tints of Patina #54917E

Color information

#54917E (or 0x54917E) is unknown color: approx Patina. HEX triplet: 54, 91 and 7E. RGB value is (84,145,126). Sum of RGB (Red+Green+Blue) = 84+145+126=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #54917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54917E is #AB6E81. Grayscale: #7C7C7C. Windows color (decimal): -11234946 or 8294740. OLE color: 8294740.

HSL color Cylindrical-coordinate representation of color #54917E: hue angle of 161.31º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54917E is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB84145126-
CMYK0.4200.130.43
HSL161.31º26.64%44.9%-
HSV(B)161.31º42.07%56.86%-
XYZ17.5523.6423.38-
YUV124.6128.7999.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 145 (57.03% from 255) = 40.85%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=23.66%
G=40.85%
B=35.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841451260.4200.130.43161.3126.6444.9
Hex54917E2A0D2Ba11b2d
Octal12422117652015532413355
Binary1010100100100011111110101010011011010111010000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54917E; }

 p { color: rgb(84,145,126); }

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

<style>
 a { background-color: #54917E; }

 a { background-color: rgb(84,145,126); }

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

<style>
 span { border-color: #54917E; }

 span { border-color: rgb(84,145,126); }

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