#52504B

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

Shades of Dune #52504B

Tints of Dune #52504B

Color information

#52504B (or 0x52504B) is unknown color: approx Dune. HEX triplet: 52, 50 and 4B. RGB value is (82,80,75). Sum of RGB (Red+Green+Blue) = 82+80+75=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 82 - color contains mainly: red. Hex color #52504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52504B is #ADAFB4. Grayscale: #505050. Windows color (decimal): -11382709 or 4935762. OLE color: 4935762.

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

Color convert

RGB828075-
CMYK00.020.090.68
HSL42.86º4.46%30.78%-
HSV(B)42.86º8.54%32.16%-
XYZ7.628.047.81-
YUV80.03125.16129.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=34.60%
G=33.76%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82807500.020.090.6842.864.4630.78
Hex52504B029442b41f
Octal122120113021110453437
Binary1010010101000010010110101001100010010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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