Html Css Color HEX #55504D Tundora

📋 copy color: '#55504D'

red 85 ◦ green 80 ◦ blue 77

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

Shades of Tundora #55504D

Tints of Tundora #55504D

RGB

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

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

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

R = 35.12%
G = 33.06%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#55504D (or 0x55504D) is known color: Tundora. HEX triplet: 55, 50 and 4D. RGB value is (85,80,77). Sum of RGB (Red+Green+Blue) = 85+80+77=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 85 - color contains mainly: red. Hex color #55504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55504D is #AAAFB2. Grayscale: #515151. Windows color (decimal): -11186099 or 5066837. OLE color: 5066837.

HSL color Cylindrical-coordinate representation of color #55504D: hue angle of 22.5º 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 #55504D is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 80 77 -
CMYK 0 0.06 0.09 0.67
HSL 22.5º 0.05% 0.32% -
HSV(B) 22.5º 0.09% 0.33% -
XYZ 7.95 8.2 8.19 -
YUV 81.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 85 80 77 0 0.06 0.09 0.67 22.5 0.05 0.32
Hex 55 50 4D 0 6 9 43 16 5 20
Octal 125 120 115 0 6 11 103 26 5 40
Binary 1010101 1010000 1001101 0 110 1001 1000011 10110 101 100000

Color Harmonies of #55504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55504D

Black with #55504D

Text Example


Text Example

White with #55504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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