#52947D

Color #52947D Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #52947D

Tints of Patina #52947D

Color information

#52947D (or 0x52947D) is unknown color: approx Patina. HEX triplet: 52, 94 and 7D. RGB value is (82,148,125). Sum of RGB (Red+Green+Blue) = 82+148+125=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #52947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52947D is #AD6B82. Grayscale: #7D7D7D. Windows color (decimal): -11365251 or 8229970. OLE color: 8229970.

HSL color Cylindrical-coordinate representation of color #52947D: hue angle of 159.09º 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 #52947D is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB82148125-
CMYK0.4500.160.42
HSL159.09º28.7%45.1%-
HSV(B)159.09º44.59%58.04%-
XYZ17.7724.4523.19-
YUV125.64127.6396.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=23.10%
G=41.69%
B=35.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821481250.4500.160.42159.0928.745.1
Hex52947D2D0102A9f1d2d
Octal12222417555020522373555
Binary10100101001010011111011011010100001010101001111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52947D;
 }
 .AnyTagClassName
 {
   color: #52947D;
 }
</style>
background-color css

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

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

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

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

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

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