Html Css Color HEX #58554C Masala

📋 copy color: '#58554C'

red 88 ◦ green 85 ◦ blue 76

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

Shades of Masala #58554C

Tints of Masala #58554C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.52%

R = 35.34%
G = 34.14%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58554C (or 0x58554C) is known color: Masala. HEX triplet: 58, 55 and 4C. RGB value is (88,85,76). Sum of RGB (Red+Green+Blue) = 88+85+76=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 88 - color contains mainly: red. Hex color #58554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58554C is #A7AAB3. Grayscale: #545454. Windows color (decimal): -10988212 or 5002584. OLE color: 5002584.

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

Color convert

RGB 88 85 76 -
CMYK 0 0.03 0.14 0.65
HSL 45º 0.07% 0.32% -
HSV(B) 45º 0.14% 0.35% -
XYZ 8.58 9.09 8.14 -
YUV 84.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 88 85 76 0 0.03 0.14 0.65 45 0.07 0.32
Hex 58 55 4C 0 3 E 41 2D 7 20
Octal 130 125 114 0 3 16 101 55 7 40
Binary 1011000 1010101 1001100 0 11 1110 1000001 101101 111 100000

Color Harmonies of #58554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58554C

Black with #58554C

Text Example


Text Example

White with #58554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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