#53977d

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

Shades of Patina #53977D

Tints of Patina #53977D

Color information

#53977D (or 0x53977D) is unknown color: approx Patina. HEX triplet: 53, 97 and 7D. RGB value is (83,151,125). Sum of RGB (Red+Green+Blue) = 83+151+125=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #53977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53977D is #AC6882. Grayscale: #7F7F7F. Windows color (decimal): -11298947 or 8230739. OLE color: 8230739.

HSL color Cylindrical-coordinate representation of color #53977D: hue angle of 157.06º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53977D is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB83151125-
CMYK0.4500.170.41
HSL157.06º29.06%45.88%-
HSV(B)157.06º45.03%59.22%-
XYZ18.3425.4523.35-
YUV127.7126.4796.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 151 (59.38% from 255) = 42.06%
BLUE value IS 125 (49.22% from 255) = 34.82%
R=23.12%
G=42.06%
B=34.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831511250.4500.170.41157.0629.0645.88
Hex53977D2D011299d1d2e
Octal12322717555021512353556
Binary10100111001011111111011011010100011010011001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53977d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53977d; }

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

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

<style>
 a { background-color: #53977d; }

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

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

<style>
 span { border-color: #53977d; }

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

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