Html Css Color HEX #52937D Patina

📋 copy color: '#52937D'

red 82 ◦ green 147 ◦ blue 125

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

Shades of Patina #52937D

Tints of Patina #52937D

RGB

 RED value IS 82 (32.42% from 255) = 23.16%

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

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

R = 23.16%
G = 41.53%
B = 35.31%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#52937D (or 0x52937D) is known color: Patina. HEX triplet: 52, 93 and 7D. RGB value is (82,147,125). Sum of RGB (Red+Green+Blue) = 82+147+125=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #52937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52937D is #AD6C82. Grayscale: #7D7D7D. Windows color (decimal): -11365507 or 8229714. OLE color: 8229714.

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

Color convert

RGB 82 147 125 -
CMYK 0.44 0 0.15 0.42
HSL 159.69º 0.28% 0.45% -
HSV(B) 159.69º 0.44% 0.58% -
XYZ 17.62 24.14 23.13 -
YUV 125.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 82 147 125 0.44 0 0.15 0.42 159.69 0.28 0.45
Hex 52 93 7D 2C 0 F 2A A0 1C 2D
Octal 122 223 175 54 0 17 52 240 34 55
Binary 1010010 10010011 1111101 101100 0 1111 101010 10100000 11100 101101

Color Harmonies of #52937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52937D

Black with #52937D

Text Example


Text Example

White with #52937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,147,125); }

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

background-color css

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

 a { background-color: rgb(82,147,125); }

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

border-color css

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

 span { border-color: rgb(82,147,125); }

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