Html Css Color HEX #53937C Patina

📋 copy color: '#53937C'

red 83 ◦ green 147 ◦ blue 124

#53937C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #53937C

Tints of Patina #53937C

RGB

 RED value IS 83 (32.81% from 255) = 23.45%

 GREEN value IS 147 (57.81% from 255) = 41.53%

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 23.45%
G = 41.53%
B = 35.03%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#53937C (or 0x53937C) is known color: Patina. HEX triplet: 53, 93 and 7C. RGB value is (83,147,124). Sum of RGB (Red+Green+Blue) = 83+147+124=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #53937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53937C is #AC6C83. Grayscale: #7D7D7D. Windows color (decimal): -11299972 or 8164179. OLE color: 8164179.

HSL color Cylindrical-coordinate representation of color #53937C: hue angle of 158.44º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53937C is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 147 124 -
CMYK 0.44 0 0.16 0.42
HSL 158.44º 0.28% 0.45% -
HSV(B) 158.44º 0.44% 0.58% -
XYZ 17.64 24.16 22.8 -
YUV 125.24 127.3 97.87 -
System Red Green Blue C M Y K H S L
Decimal 83 147 124 0.44 0 0.16 0.42 158.44 0.28 0.45
Hex 53 93 7C 2C 0 10 2A 9E 1C 2D
Octal 123 223 174 54 0 20 52 236 34 55
Binary 1010011 10010011 1111100 101100 0 10000 101010 10011110 11100 101101

Color Harmonies of #53937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53937C

Black with #53937C

Text Example


Text Example

White with #53937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53937C;
 }
 .AnyTagClassName
 {
   color: #53937C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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