Html Css Color HEX #53947D Patina

📋 copy color: '#53947D'

red 83 ◦ green 148 ◦ blue 125

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

Shades of Patina #53947D

Tints of Patina #53947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.57%

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 23.31%
G = 41.57%
B = 35.11%

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

#53947D (or 0x53947D) is known color: Patina. HEX triplet: 53, 94 and 7D. RGB value is (83,148,125). Sum of RGB (Red+Green+Blue) = 83+148+125=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #53947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53947D is #AC6B82. Grayscale: #7D7D7D. Windows color (decimal): -11299715 or 8229971. OLE color: 8229971.

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

Color convert

RGB 83 148 125 -
CMYK 0.44 0 0.16 0.42
HSL 158.77º 0.28% 0.45% -
HSV(B) 158.77º 0.44% 0.58% -
XYZ 17.86 24.5 23.19 -
YUV 125.94 127.47 97.37 -
System Red Green Blue C M Y K H S L
Decimal 83 148 125 0.44 0 0.16 0.42 158.77 0.28 0.45
Hex 53 94 7D 2C 0 10 2A 9F 1C 2D
Octal 123 224 175 54 0 20 52 237 34 55
Binary 1010011 10010100 1111101 101100 0 10000 101010 10011111 11100 101101

Color Harmonies of #53947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53947D

Black with #53947D

Text Example


Text Example

White with #53947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53947D;
 }
 .AnyTagClassName
 {
   color: #53947D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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