#54907E

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

Shades of Patina #54907E

Tints of Patina #54907E

Color information

#54907E (or 0x54907E) is unknown color: approx Patina. HEX triplet: 54, 90 and 7E. RGB value is (84,144,126). Sum of RGB (Red+Green+Blue) = 84+144+126=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #54907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54907E is #AB6F81. Grayscale: #7C7C7C. Windows color (decimal): -11235202 or 8294484. OLE color: 8294484.

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

Color convert

RGB84144126-
CMYK0.4200.120.44
HSL162º26.32%44.71%-
HSV(B)162º41.67%56.47%-
XYZ17.423.3423.33-
YUV124.01129.1299.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 126 (49.61% from 255) = 35.59%
R=23.73%
G=40.68%
B=35.59%

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
Decimal841441260.4200.120.4416226.3244.71
Hex54907E2A0C2Ca21a2d
Octal12422017652014542423255
Binary1010100100100001111110101010011001011001010001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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