Html Css Color HEX #58544E Masala

📋 copy color: '#58544E'

red 88 ◦ green 84 ◦ blue 78

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

Shades of Masala #58544E

Tints of Masala #58544E

RGB

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

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

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

R = 35.2%
G = 33.6%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58544E (or 0x58544E) is known color: Masala. HEX triplet: 58, 54 and 4E. RGB value is (88,84,78). Sum of RGB (Red+Green+Blue) = 88+84+78=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 88 - color contains mainly: red. Hex color #58544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58544E is #A7ABB1. Grayscale: #545454. Windows color (decimal): -10988466 or 5133400. OLE color: 5133400.

HSL color Cylindrical-coordinate representation of color #58544E: hue angle of 36º 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 #58544E is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 84 78 -
CMYK 0 0.05 0.11 0.65
HSL 36º 0.06% 0.33% -
HSV(B) 36º 0.11% 0.35% -
XYZ 8.57 8.97 8.49 -
YUV 84.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 88 84 78 0 0.05 0.11 0.65 36 0.06 0.33
Hex 58 54 4E 0 5 B 41 24 6 21
Octal 130 124 116 0 5 13 101 44 6 41
Binary 1011000 1010100 1001110 0 101 1011 1000001 100100 110 100001

Color Harmonies of #58544E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58544E

Black with #58544E

Text Example


Text Example

White with #58544E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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