#53907D

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

Shades of Patina #53907D

Tints of Patina #53907D

Color information

#53907D (or 0x53907D) is unknown color: approx Patina. HEX triplet: 53, 90 and 7D. RGB value is (83,144,125). Sum of RGB (Red+Green+Blue) = 83+144+125=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #53907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53907D is #AC6F82. Grayscale: #7B7B7B. Windows color (decimal): -11300739 or 8228947. OLE color: 8228947.

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

Color convert

RGB83144125-
CMYK0.4200.130.44
HSL161.31º26.87%44.51%-
HSV(B)161.31º42.36%56.47%-
XYZ17.2423.2722.98-
YUV123.6128.7999.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 144 (56.64% from 255) = 40.91%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=23.58%
G=40.91%
B=35.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831441250.4200.130.44161.3126.8744.51
Hex53907D2A0D2Ca11b2d
Octal12322017552015542413355
Binary1010011100100001111101101010011011011001010000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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