Html Css Color HEX #53947B Patina

📋 copy color: '#53947B'

red 83 ◦ green 148 ◦ blue 123

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

Shades of Patina #53947B

Tints of Patina #53947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.75%

R = 23.45%
G = 41.81%
B = 34.75%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#53947B (or 0x53947B) is known color: Patina. HEX triplet: 53, 94 and 7B. RGB value is (83,148,123). Sum of RGB (Red+Green+Blue) = 83+148+123=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #53947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53947B is #AC6B84. Grayscale: #7D7D7D. Windows color (decimal): -11299717 or 8098899. OLE color: 8098899.

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

Color convert

RGB 83 148 123 -
CMYK 0.44 0 0.17 0.42
HSL 156.92º 0.28% 0.45% -
HSV(B) 156.92º 0.44% 0.58% -
XYZ 17.73 24.45 22.52 -
YUV 125.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 83 148 123 0.44 0 0.17 0.42 156.92 0.28 0.45
Hex 53 94 7B 2C 0 11 2A 9D 1C 2D
Octal 123 224 173 54 0 21 52 235 34 55
Binary 1010011 10010100 1111011 101100 0 10001 101010 10011101 11100 101101

Color Harmonies of #53947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53947B

Black with #53947B

Text Example


Text Example

White with #53947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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