Html Css Color HEX #52917C Patina

📋 copy color: '#52917C'

red 82 ◦ green 145 ◦ blue 124

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

Shades of Patina #52917C

Tints of Patina #52917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.31%

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

R = 23.36%
G = 41.31%
B = 35.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#52917C (or 0x52917C) is known color: Patina. HEX triplet: 52, 91 and 7C. RGB value is (82,145,124). Sum of RGB (Red+Green+Blue) = 82+145+124=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #52917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52917C is #AD6E83. Grayscale: #7B7B7B. Windows color (decimal): -11366020 or 8163666. OLE color: 8163666.

HSL color Cylindrical-coordinate representation of color #52917C: hue angle of 160º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52917C is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 124 -
CMYK 0.43 0 0.14 0.43
HSL 160º 0.28% 0.45% -
HSV(B) 160º 0.43% 0.57% -
XYZ 17.24 23.5 22.7 -
YUV 123.77 128.13 98.21 -
System Red Green Blue C M Y K H S L
Decimal 82 145 124 0.43 0 0.14 0.43 160 0.28 0.45
Hex 52 91 7C 2B 0 E 2B A0 1C 2D
Octal 122 221 174 53 0 16 53 240 34 55
Binary 1010010 10010001 1111100 101011 0 1110 101011 10100000 11100 101101

Color Harmonies of #52917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52917C

Black with #52917C

Text Example


Text Example

White with #52917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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