Html Css Color HEX #52987A Patina

📋 copy color: '#52987A'

red 82 ◦ green 152 ◦ blue 122

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

Shades of Patina #52987A

Tints of Patina #52987A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.7%

 BLUE value IS 122 (48.05% from 255) = 34.27%

R = 23.03%
G = 42.7%
B = 34.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#52987A (or 0x52987A) is known color: Patina. HEX triplet: 52, 98 and 7A. RGB value is (82,152,122). Sum of RGB (Red+Green+Blue) = 82+152+122=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #52987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52987A is #AD6785. Grayscale: #7F7F7F. Windows color (decimal): -11364230 or 8034386. OLE color: 8034386.

HSL color Cylindrical-coordinate representation of color #52987A: hue angle of 154.29º 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 #52987A is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 122 -
CMYK 0.46 0 0.20 0.40
HSL 154.29º 0.3% 0.46% -
HSV(B) 154.29º 0.46% 0.6% -
XYZ 18.22 25.66 22.4 -
YUV 127.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 82 152 122 0.46 0 0.20 0.40 154.29 0.3 0.46
Hex 52 98 7A 2E 0 14 28 9A 1E 2E
Octal 122 230 172 56 0 24 50 232 36 56
Binary 1010010 10011000 1111010 101110 0 10100 101000 10011010 11110 101110

Color Harmonies of #52987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52987A

Black with #52987A

Text Example


Text Example

White with #52987A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52987A; }

 p { color: rgb(82,152,122); }

 H1.HeaderClassName
 {
   color: #52987A;
 }
 .AnyTagClassName
 {
   color: #52987A;
 }
</style>

background-color css

<style>
 a { background-color: #52987A; }

 a { background-color: rgb(82,152,122); }

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

border-color css

<style>
 span { border-color: #52987A; }

 span { border-color: rgb(82,152,122); }

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