#53907A

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

Shades of Patina #53907A

Tints of Patina #53907A

Color information

#53907A (or 0x53907A) is unknown color: approx Patina. HEX triplet: 53, 90 and 7A. RGB value is (83,144,122). Sum of RGB (Red+Green+Blue) = 83+144+122=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #53907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53907A is #AC6F85. Grayscale: #7B7B7B. Windows color (decimal): -11300742 or 8032339. OLE color: 8032339.

HSL color Cylindrical-coordinate representation of color #53907A: hue angle of 158.36º degrees, saturation: 0.27, 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 #53907A is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB83144122-
CMYK0.4200.150.44
HSL158.36º26.87%44.51%-
HSV(B)158.36º42.36%56.47%-
XYZ17.0523.1921.99-
YUV123.25127.2999.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=23.78%
G=41.26%
B=34.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831441220.4200.150.44158.3626.8744.51
Hex53907A2A0F2C9e1b2d
Octal12322017252017542363355
Binary1010011100100001111010101010011111011001001111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,144,122); }

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

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

 a { background-color: rgb(83,144,122); }

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

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

 span { border-color: rgb(83,144,122); }

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