Html Css Color HEX #52997D Patina

📋 copy color: '#52997D'

red 82 ◦ green 153 ◦ blue 125

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

Shades of Patina #52997D

Tints of Patina #52997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.5%

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

R = 22.78%
G = 42.5%
B = 34.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#52997D (or 0x52997D) is known color: Patina. HEX triplet: 52, 99 and 7D. RGB value is (82,153,125). Sum of RGB (Red+Green+Blue) = 82+153+125=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #52997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52997D is #AD6682. Grayscale: #808080. Windows color (decimal): -11363971 or 8231250. OLE color: 8231250.

HSL color Cylindrical-coordinate representation of color #52997D: hue angle of 156.34º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52997D is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 125 -
CMYK 0.46 0 0.18 0.4
HSL 156.34º 0.3% 0.46% -
HSV(B) 156.34º 0.46% 0.6% -
XYZ 18.57 26.06 23.45 -
YUV 128.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 82 153 125 0.46 0 0.18 0.4 156.34 0.3 0.46
Hex 52 99 7D 2E 0 12 28 9C 1E 2E
Octal 122 231 175 56 0 22 50 234 36 56
Binary 1010010 10011001 1111101 101110 0 10010 101000 10011100 11110 101110

Color Harmonies of #52997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52997D

Black with #52997D

Text Example


Text Example

White with #52997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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