Html Css Color HEX #545350 Dune

📋 copy color: '#545350'

red 84 ◦ green 83 ◦ blue 80

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

Shades of Dune #545350

Tints of Dune #545350

RGB

 RED value IS 84 (33.2% from 255) = 34.01%

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

 BLUE value IS 80 (31.64% from 255) = 32.39%

R = 34.01%
G = 33.6%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#545350 (or 0x545350) is known color: Dune. HEX triplet: 54, 53 and 50. RGB value is (84,83,80). Sum of RGB (Red+Green+Blue) = 84+83+80=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 84 - color contains mainly: red. Hex color #545350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545350 is #ABACAF. Grayscale: #525252. Windows color (decimal): -11250864 or 5264212. OLE color: 5264212.

HSL color Cylindrical-coordinate representation of color #545350: 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 #545350 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 83 80 -
CMYK 0 0.01 0.05 0.67
HSL 45º 0.02% 0.32% -
HSV(B) 45º 0.05% 0.33% -
XYZ 8.2 8.65 8.83 -
YUV 82.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 84 83 80 0 0.01 0.05 0.67 45 0.02 0.32
Hex 54 53 50 0 1 5 43 2D 2 20
Octal 124 123 120 0 1 5 103 55 2 40
Binary 1010100 1010011 1010000 0 1 101 1000011 101101 10 100000

Color Harmonies of #545350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545350

Black with #545350

Text Example


Text Example

White with #545350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545350; }

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

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

background-color css

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

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

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

border-color css

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

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

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