#54907F

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

Shades of Patina #54907F

Tints of Patina #54907F

Color information

#54907F (or 0x54907F) is unknown color: approx Patina. HEX triplet: 54, 90 and 7F. RGB value is (84,144,127). Sum of RGB (Red+Green+Blue) = 84+144+127=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #54907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54907F is #AB6F80. Grayscale: #7C7C7C. Windows color (decimal): -11235201 or 8360020. OLE color: 8360020.

HSL color Cylindrical-coordinate representation of color #54907F: hue angle of 163º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54907F is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB84144127-
CMYK0.4200.120.44
HSL163º26.32%44.71%-
HSV(B)163º41.67%56.47%-
XYZ17.4623.3623.67-
YUV124.12129.6299.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 144 (56.64% from 255) = 40.56%
BLUE value IS 127 (50% from 255) = 35.77%
R=23.66%
G=40.56%
B=35.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841441270.4200.120.4416326.3244.71
Hex54907F2A0C2Ca31a2d
Octal12422017752014542433255
Binary1010100100100001111111101010011001011001010001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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