Html Css Color HEX #52947C Patina

📋 copy color: '#52947C'

red 82 ◦ green 148 ◦ blue 124

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

Shades of Patina #52947C

Tints of Patina #52947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.81%

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

R = 23.16%
G = 41.81%
B = 35.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#52947C (or 0x52947C) is known color: Patina. HEX triplet: 52, 94 and 7C. RGB value is (82,148,124). Sum of RGB (Red+Green+Blue) = 82+148+124=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #52947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52947C is #AD6B83. Grayscale: #7D7D7D. Windows color (decimal): -11365252 or 8164434. OLE color: 8164434.

HSL color Cylindrical-coordinate representation of color #52947C: hue angle of 158.18º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52947C is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 124 -
CMYK 0.45 0 0.16 0.42
HSL 158.18º 0.29% 0.45% -
HSV(B) 158.18º 0.45% 0.58% -
XYZ 17.71 24.43 22.85 -
YUV 125.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 82 148 124 0.45 0 0.16 0.42 158.18 0.29 0.45
Hex 52 94 7C 2D 0 10 2A 9E 1D 2D
Octal 122 224 174 55 0 20 52 236 35 55
Binary 1010010 10010100 1111100 101101 0 10000 101010 10011110 11101 101101

Color Harmonies of #52947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52947C

Black with #52947C

Text Example


Text Example

White with #52947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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