Html Css Color HEX #55534D Dune

📋 copy color: '#55534D'

red 85 ◦ green 83 ◦ blue 77

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

Shades of Dune #55534D

Tints of Dune #55534D

RGB

 RED value IS 85 (33.59% from 255) = 34.69%

 GREEN value IS 83 (32.81% from 255) = 33.88%

 BLUE value IS 77 (30.47% from 255) = 31.43%

R = 34.69%
G = 33.88%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#55534D (or 0x55534D) is known color: Dune. HEX triplet: 55, 53 and 4D. RGB value is (85,83,77). Sum of RGB (Red+Green+Blue) = 85+83+77=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 85 - color contains mainly: red. Hex color #55534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55534D is #AAACB2. Grayscale: #525252. Windows color (decimal): -11185331 or 5067605. OLE color: 5067605.

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

Color convert

RGB 85 83 77 -
CMYK 0 0.02 0.09 0.67
HSL 45º 0.05% 0.32% -
HSV(B) 45º 0.09% 0.33% -
XYZ 8.18 8.65 8.26 -
YUV 82.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 85 83 77 0 0.02 0.09 0.67 45 0.05 0.32
Hex 55 53 4D 0 2 9 43 2D 5 20
Octal 125 123 115 0 2 11 103 55 5 40
Binary 1010101 1010011 1001101 0 10 1001 1000011 101101 101 100000

Color Harmonies of #55534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55534D

Black with #55534D

Text Example


Text Example

White with #55534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55534D; }

 p { color: rgb(85,83,77); }

 H1.HeaderClassName
 {
   color: #55534D;
 }
 .AnyTagClassName
 {
   color: #55534D;
 }
</style>

background-color css

<style>
 a { background-color: #55534D; }

 a { background-color: rgb(85,83,77); }

 div.DivClassName
 {
   background-color: #55534D;
 }
 .BgClassName
 {
   background-color: #55534D;
 }
</style>

border-color css

<style>
 span { border-color: #55534D; }

 span { border-color: rgb(85,83,77); }

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