Html Css Color HEX #555042 Dune

📋 copy color: '#555042'

red 85 ◦ green 80 ◦ blue 66

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

Shades of Dune #555042

Tints of Dune #555042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.57%

R = 36.8%
G = 34.63%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#555042 (or 0x555042) is known color: Dune. HEX triplet: 55, 50 and 42. RGB value is (85,80,66). Sum of RGB (Red+Green+Blue) = 85+80+66=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #555042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555042 is #AAAFBD. Grayscale: #4F4F4F. Windows color (decimal): -11186110 or 4345941. OLE color: 4345941.

HSL color Cylindrical-coordinate representation of color #555042: hue angle of 44.21º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #555042 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 80 66 -
CMYK 0 0.06 0.22 0.67
HSL 44.21º 0.13% 0.3% -
HSV(B) 44.21º 0.22% 0.33% -
XYZ 7.6 8.06 6.31 -
YUV 79.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 85 80 66 0 0.06 0.22 0.67 44.21 0.13 0.3
Hex 55 50 42 0 6 16 43 2C D 1E
Octal 125 120 102 0 6 26 103 54 15 36
Binary 1010101 1010000 1000010 0 110 10110 1000011 101100 1101 11110

Color Harmonies of #555042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555042

Black with #555042

Text Example


Text Example

White with #555042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555042; }

 p { color: rgb(85,80,66); }

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

background-color css

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

 a { background-color: rgb(85,80,66); }

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

border-color css

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

 span { border-color: rgb(85,80,66); }

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