#52504F

Color #52504F Tundora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tundora #52504F

Tints of Tundora #52504F

Color information

#52504F (or 0x52504F) is unknown color: approx Tundora. HEX triplet: 52, 50 and 4F. RGB value is (82,80,79). Sum of RGB (Red+Green+Blue) = 82+80+79=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 82 - color contains mainly: red. Hex color #52504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52504F is #ADAFB0. Grayscale: #505050. Windows color (decimal): -11382705 or 5197906. OLE color: 5197906.

HSL color Cylindrical-coordinate representation of color #52504F: hue angle of 20º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #52504F is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB828079-
CMYK00.020.040.68
HSL20º1.86%31.57%-
HSV(B)20º3.66%32.16%-
XYZ7.768.18.55-
YUV80.48127.16129.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=34.02%
G=33.20%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82807900.020.040.68201.8631.57
Hex52504F0244414220
Octal12212011702410424240
Binary10100101010000100111101010010001001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52504F; }

 p { color: rgb(82,80,79); }

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

<style>
 a { background-color: #52504F; }

 a { background-color: rgb(82,80,79); }

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

<style>
 span { border-color: #52504F; }

 span { border-color: rgb(82,80,79); }

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