Html Css Color HEX #52927D Patina

📋 copy color: '#52927D'

red 82 ◦ green 146 ◦ blue 125

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

Shades of Patina #52927D

Tints of Patina #52927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.36%

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

R = 23.23%
G = 41.36%
B = 35.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#52927D (or 0x52927D) is known color: Patina. HEX triplet: 52, 92 and 7D. RGB value is (82,146,125). Sum of RGB (Red+Green+Blue) = 82+146+125=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #52927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52927D is #AD6D82. Grayscale: #7C7C7C. Windows color (decimal): -11365763 or 8229458. OLE color: 8229458.

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

Color convert

RGB 82 146 125 -
CMYK 0.44 0 0.14 0.43
HSL 160.31º 0.28% 0.45% -
HSV(B) 160.31º 0.44% 0.57% -
XYZ 17.46 23.83 23.08 -
YUV 124.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 82 146 125 0.44 0 0.14 0.43 160.31 0.28 0.45
Hex 52 92 7D 2C 0 E 2B A0 1C 2D
Octal 122 222 175 54 0 16 53 240 34 55
Binary 1010010 10010010 1111101 101100 0 1110 101011 10100000 11100 101101

Color Harmonies of #52927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52927D

Black with #52927D

Text Example


Text Example

White with #52927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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