Html Css Color HEX #52504B Dune

📋 copy color: '#52504B'

red 82 ◦ green 80 ◦ blue 75

#52504B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dune #52504B

Tints of Dune #52504B

RGB

 RED value IS 82 (32.42% from 255) = 34.6%

 GREEN value IS 80 (31.64% from 255) = 33.76%

 BLUE value IS 75 (29.69% from 255) = 31.65%

R = 34.6%
G = 33.76%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52504B (or 0x52504B) is known color: 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

RGB 82 80 75 -
CMYK 0 0.02 0.09 0.68
HSL 42.86º 0.04% 0.31% -
HSV(B) 42.86º 0.09% 0.32% -
XYZ 7.62 8.04 7.81 -
YUV 80.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 82 80 75 0 0.02 0.09 0.68 42.86 0.04 0.31
Hex 52 50 4B 0 2 9 44 2B 4 1F
Octal 122 120 113 0 2 11 104 53 4 37
Binary 1010010 1010000 1001011 0 10 1001 1000100 101011 100 11111

Color Harmonies of #52504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52504B

Black with #52504B

Text Example


Text Example

White with #52504B

Text Example


Text Example

HTML Codes & Css Web 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>