Html Css Color HEX #52997C Patina

📋 copy color: '#52997C'

red 82 ◦ green 153 ◦ blue 124

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

Shades of Patina #52997C

Tints of Patina #52997C

RGB

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

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

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

R = 22.84%
G = 42.62%
B = 34.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#52997C (or 0x52997C) is known color: Patina. HEX triplet: 52, 99 and 7C. RGB value is (82,153,124). Sum of RGB (Red+Green+Blue) = 82+153+124=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #52997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52997C is #AD6683. Grayscale: #808080. Windows color (decimal): -11363972 or 8165714. OLE color: 8165714.

HSL color Cylindrical-coordinate representation of color #52997C: hue angle of 155.49º 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 #52997C is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 124 -
CMYK 0.46 0 0.19 0.4
HSL 155.49º 0.3% 0.46% -
HSV(B) 155.49º 0.46% 0.6% -
XYZ 18.51 26.03 23.12 -
YUV 128.47 125.48 94.86 -
System Red Green Blue C M Y K H S L
Decimal 82 153 124 0.46 0 0.19 0.4 155.49 0.3 0.46
Hex 52 99 7C 2E 0 13 28 9B 1E 2E
Octal 122 231 174 56 0 23 50 233 36 56
Binary 1010010 10011001 1111100 101110 0 10011 101000 10011011 11110 101110

Color Harmonies of #52997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52997C

Black with #52997C

Text Example


Text Example

White with #52997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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