#52504C

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

Shades of Dune #52504C

Tints of Dune #52504C

Color information

#52504C (or 0x52504C) is unknown color: approx Dune. HEX triplet: 52, 50 and 4C. RGB value is (82,80,76). Sum of RGB (Red+Green+Blue) = 82+80+76=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 82 - color contains mainly: red. Hex color #52504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52504C is #ADAFB3. Grayscale: #505050. Windows color (decimal): -11382708 or 5001298. OLE color: 5001298.

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

Color convert

RGB828076-
CMYK00.020.070.68
HSL40º3.8%30.98%-
HSV(B)40º7.32%32.16%-
XYZ7.658.057.99-
YUV80.14125.66129.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=34.45%
G=33.61%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82807600.020.070.68403.830.98
Hex52504C027442841f
Octal12212011402710450437
Binary101001010100001001100010111100010010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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