#53524F

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

Shades of Dune #53524F

Tints of Dune #53524F

Color information

#53524F (or 0x53524F) is unknown color: approx Dune. HEX triplet: 53, 52 and 4F. RGB value is (83,82,79). Sum of RGB (Red+Green+Blue) = 83+82+79=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 83 - color contains mainly: red. Hex color #53524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53524F is #ACADB0. Grayscale: #515151. Windows color (decimal): -11316657 or 5198419. OLE color: 5198419.

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

Color convert

RGB838279-
CMYK00.010.050.67
HSL45º2.47%31.76%-
HSV(B)45º4.82%32.55%-
XYZ88.448.6-
YUV81.96126.33128.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=34.02%
G=33.61%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83827900.010.050.67452.4731.76
Hex53524F015432d220
Octal12312211701510355240
Binary10100111010010100111101101100001110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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