#52927B

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

Shades of Patina #52927B

Tints of Patina #52927B

Color information

#52927B (or 0x52927B) is unknown color: approx Patina. HEX triplet: 52, 92 and 7B. RGB value is (82,146,123). Sum of RGB (Red+Green+Blue) = 82+146+123=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #52927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52927B is #AD6D84. Grayscale: #7C7C7C. Windows color (decimal): -11365765 or 8098386. OLE color: 8098386.

HSL color Cylindrical-coordinate representation of color #52927B: hue angle of 158.44º 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 #52927B is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB82146123-
CMYK0.4400.160.43
HSL158.44º28.07%44.71%-
HSV(B)158.44º43.84%57.25%-
XYZ17.3323.7822.42-
YUV124.24127.397.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=23.36%
G=41.60%
B=35.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821461230.4400.160.43158.4428.0744.71
Hex52927B2C0102B9e1c2d
Octal12222217354020532363455
Binary10100101001001011110111011000100001010111001111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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