Html Css Color HEX #58554D Masala

📋 copy color: '#58554D'

red 88 ◦ green 85 ◦ blue 77

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

Shades of Masala #58554D

Tints of Masala #58554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

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

R = 35.2%
G = 34%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58554D (or 0x58554D) is known color: Masala. HEX triplet: 58, 55 and 4D. RGB value is (88,85,77). Sum of RGB (Red+Green+Blue) = 88+85+77=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 88 - color contains mainly: red. Hex color #58554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58554D is #A7AAB2. Grayscale: #555555. Windows color (decimal): -10988211 or 5068120. OLE color: 5068120.

HSL color Cylindrical-coordinate representation of color #58554D: hue angle of 43.64º 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 #58554D is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 85 77 -
CMYK 0 0.03 0.12 0.65
HSL 43.64º 0.07% 0.32% -
HSV(B) 43.64º 0.13% 0.35% -
XYZ 8.61 9.11 8.33 -
YUV 84.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 88 85 77 0 0.03 0.12 0.65 43.64 0.07 0.32
Hex 58 55 4D 0 3 C 41 2C 7 20
Octal 130 125 115 0 3 14 101 54 7 40
Binary 1011000 1010101 1001101 0 11 1100 1000001 101100 111 100000

Color Harmonies of #58554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58554D

Black with #58554D

Text Example


Text Example

White with #58554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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