Html Css Color HEX #52957E Patina

📋 copy color: '#52957E'

red 82 ◦ green 149 ◦ blue 126

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

Shades of Patina #52957E

Tints of Patina #52957E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.74%

 BLUE value IS 126 (49.61% from 255) = 35.29%

R = 22.97%
G = 41.74%
B = 35.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#52957E (or 0x52957E) is known color: Patina. HEX triplet: 52, 95 and 7E. RGB value is (82,149,126). Sum of RGB (Red+Green+Blue) = 82+149+126=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #52957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52957E is #AD6A81. Grayscale: #7E7E7E. Windows color (decimal): -11364994 or 8295762. OLE color: 8295762.

HSL color Cylindrical-coordinate representation of color #52957E: hue angle of 159.4º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52957E is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 126 -
CMYK 0.45 0 0.15 0.42
HSL 159.4º 0.29% 0.45% -
HSV(B) 159.4º 0.45% 0.58% -
XYZ 17.99 24.8 23.58 -
YUV 126.35 127.8 96.37 -
System Red Green Blue C M Y K H S L
Decimal 82 149 126 0.45 0 0.15 0.42 159.4 0.29 0.45
Hex 52 95 7E 2D 0 F 2A 9F 1D 2D
Octal 122 225 176 55 0 17 52 237 35 55
Binary 1010010 10010101 1111110 101101 0 1111 101010 10011111 11101 101101

Color Harmonies of #52957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52957E

Black with #52957E

Text Example


Text Example

White with #52957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52957E; }

 p { color: rgb(82,149,126); }

 H1.HeaderClassName
 {
   color: #52957E;
 }
 .AnyTagClassName
 {
   color: #52957E;
 }
</style>

background-color css

<style>
 a { background-color: #52957E; }

 a { background-color: rgb(82,149,126); }

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

border-color css

<style>
 span { border-color: #52957E; }

 span { border-color: rgb(82,149,126); }

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