#53907C

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

Shades of Patina #53907C

Tints of Patina #53907C

Color information

#53907C (or 0x53907C) is unknown color: approx Patina. HEX triplet: 53, 90 and 7C. RGB value is (83,144,124). Sum of RGB (Red+Green+Blue) = 83+144+124=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #53907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53907C is #AC6F83. Grayscale: #7B7B7B. Windows color (decimal): -11300740 or 8163411. OLE color: 8163411.

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

Color convert

RGB83144124-
CMYK0.4200.140.44
HSL160.33º26.87%44.51%-
HSV(B)160.33º42.36%56.47%-
XYZ17.1823.2422.65-
YUV123.48128.2999.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.65%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=23.65%
G=41.03%
B=35.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831441240.4200.140.44160.3326.8744.51
Hex53907C2A0E2Ca01b2d
Octal12322017452016542403355
Binary1010011100100001111100101010011101011001010000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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