Html Css Color HEX #53977D Patina

📋 copy color: '#53977D'

red 83 ◦ green 151 ◦ blue 125

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

Shades of Patina #53977D

Tints of Patina #53977D

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 value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#53977D (or 0x53977D) is known color: 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

RGB 83 151 125 -
CMYK 0.45 0 0.17 0.41
HSL 157.06º 0.29% 0.46% -
HSV(B) 157.06º 0.45% 0.59% -
XYZ 18.34 25.45 23.35 -
YUV 127.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 83 151 125 0.45 0 0.17 0.41 157.06 0.29 0.46
Hex 53 97 7D 2D 0 11 29 9D 1D 2E
Octal 123 227 175 55 0 21 51 235 35 56
Binary 1010011 10010111 1111101 101101 0 10001 101001 10011101 11101 101110

Color Harmonies of #53977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53977D

Black with #53977D

Text Example


Text Example

White with #53977D

Text Example


Text Example

HTML Codes & Css Web 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>