#54927E

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

Shades of Patina #54927E

Tints of Patina #54927E

Color information

#54927E (or 0x54927E) is unknown color: approx Patina. HEX triplet: 54, 92 and 7E. RGB value is (84,146,126). Sum of RGB (Red+Green+Blue) = 84+146+126=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #54927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54927E is #AB6D81. Grayscale: #7D7D7D. Windows color (decimal): -11234690 or 8294996. OLE color: 8294996.

HSL color Cylindrical-coordinate representation of color #54927E: hue angle of 160.65º 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 #54927E is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB84146126-
CMYK0.4200.140.43
HSL160.65º26.96%45.1%-
HSV(B)160.65º42.47%57.25%-
XYZ17.723.9523.43-
YUV125.18128.4698.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=23.60%
G=41.01%
B=35.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461260.4200.140.43160.6526.9645.1
Hex54927E2A0E2Ba11b2d
Octal12422217652016532413355
Binary1010100100100101111110101010011101010111010000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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