Html Css Color HEX #58544D Masala

📋 copy color: '#58544D'

red 88 ◦ green 84 ◦ blue 77

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

Shades of Masala #58544D

Tints of Masala #58544D

RGB

 RED value IS 88 (34.77% from 255) = 35.34%

 GREEN value IS 84 (33.2% from 255) = 33.73%

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

R = 35.34%
G = 33.73%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58544D (or 0x58544D) is known color: Masala. HEX triplet: 58, 54 and 4D. RGB value is (88,84,77). Sum of RGB (Red+Green+Blue) = 88+84+77=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 88 - color contains mainly: red. Hex color #58544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58544D is #A7ABB2. Grayscale: #545454. Windows color (decimal): -10988467 or 5067864. OLE color: 5067864.

HSL color Cylindrical-coordinate representation of color #58544D: hue angle of 38.18º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #58544D is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 84 77 -
CMYK 0 0.05 0.12 0.65
HSL 38.18º 0.07% 0.32% -
HSV(B) 38.18º 0.13% 0.35% -
XYZ 8.53 8.95 8.3 -
YUV 84.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 88 84 77 0 0.05 0.12 0.65 38.18 0.07 0.32
Hex 58 54 4D 0 5 C 41 26 7 20
Octal 130 124 115 0 5 14 101 46 7 40
Binary 1011000 1010100 1001101 0 101 1100 1000001 100110 111 100000

Color Harmonies of #58544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58544D

Black with #58544D

Text Example


Text Example

White with #58544D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,84,77); }

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

background-color css

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

 a { background-color: rgb(88,84,77); }

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

border-color css

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

 span { border-color: rgb(88,84,77); }

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