Html Css Color HEX #53947C Patina

📋 copy color: '#53947C'

red 83 ◦ green 148 ◦ blue 124

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

Shades of Patina #53947C

Tints of Patina #53947C

RGB

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

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

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

R = 23.38%
G = 41.69%
B = 34.93%

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

#53947C (or 0x53947C) is known color: Patina. HEX triplet: 53, 94 and 7C. RGB value is (83,148,124). Sum of RGB (Red+Green+Blue) = 83+148+124=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #53947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53947C is #AC6B83. Grayscale: #7D7D7D. Windows color (decimal): -11299716 or 8164435. OLE color: 8164435.

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

Color convert

RGB 83 148 124 -
CMYK 0.44 0 0.16 0.42
HSL 157.85º 0.28% 0.45% -
HSV(B) 157.85º 0.44% 0.58% -
XYZ 17.8 24.47 22.85 -
YUV 125.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 83 148 124 0.44 0 0.16 0.42 157.85 0.28 0.45
Hex 53 94 7C 2C 0 10 2A 9E 1C 2D
Octal 123 224 174 54 0 20 52 236 34 55
Binary 1010011 10010100 1111100 101100 0 10000 101010 10011110 11100 101101

Color Harmonies of #53947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53947C

Black with #53947C

Text Example


Text Example

White with #53947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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