#53504A

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

Shades of Dune #53504A

Tints of Dune #53504A

Color information

#53504A (or 0x53504A) is unknown color: approx Dune. HEX triplet: 53, 50 and 4A. RGB value is (83,80,74). Sum of RGB (Red+Green+Blue) = 83+80+74=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 83 - color contains mainly: red. Hex color #53504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53504A is #ACAFB5. Grayscale: #505050. Windows color (decimal): -11317174 or 4870227. OLE color: 4870227.

HSL color Cylindrical-coordinate representation of color #53504A: hue angle of 40º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #53504A is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB838074-
CMYK00.040.110.67
HSL40º5.73%30.78%-
HSV(B)40º10.84%32.55%-
XYZ7.678.077.63-
YUV80.21124.49129.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=35.02%
G=33.76%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83807400.040.110.67405.7330.78
Hex53504A04B432861f
Octal123120112041310350637
Binary10100111010000100101001001011100001110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53504A; }

 p { color: rgb(83,80,74); }

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

<style>
 a { background-color: #53504A; }

 a { background-color: rgb(83,80,74); }

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

<style>
 span { border-color: #53504A; }

 span { border-color: rgb(83,80,74); }

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