Html Css Color HEX #58554E Masala

📋 copy color: '#58554E'

red 88 ◦ green 85 ◦ blue 78

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

Shades of Masala #58554E

Tints of Masala #58554E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.08%

R = 35.06%
G = 33.86%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58554E (or 0x58554E) is known color: Masala. HEX triplet: 58, 55 and 4E. RGB value is (88,85,78). Sum of RGB (Red+Green+Blue) = 88+85+78=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 88 - color contains mainly: red. Hex color #58554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58554E is #A7AAB1. Grayscale: #555555. Windows color (decimal): -10988210 or 5133656. OLE color: 5133656.

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

Color convert

RGB 88 85 78 -
CMYK 0 0.03 0.11 0.65
HSL 42º 0.06% 0.33% -
HSV(B) 42º 0.11% 0.35% -
XYZ 8.65 9.12 8.51 -
YUV 85.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 88 85 78 0 0.03 0.11 0.65 42 0.06 0.33
Hex 58 55 4E 0 3 B 41 2A 6 21
Octal 130 125 116 0 3 13 101 52 6 41
Binary 1011000 1010101 1001110 0 11 1011 1000001 101010 110 100001

Color Harmonies of #58554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58554E

Black with #58554E

Text Example


Text Example

White with #58554E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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