Html Css Color HEX #58554F Masala

📋 copy color: '#58554F'

red 88 ◦ green 85 ◦ blue 79

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

Shades of Masala #58554F

Tints of Masala #58554F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.35%

R = 34.92%
G = 33.73%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58554F (or 0x58554F) is known color: Masala. HEX triplet: 58, 55 and 4F. RGB value is (88,85,79). Sum of RGB (Red+Green+Blue) = 88+85+79=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 88 - color contains mainly: red. Hex color #58554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58554F is #A7AAB0. Grayscale: #555555. Windows color (decimal): -10988209 or 5199192. OLE color: 5199192.

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

Color convert

RGB 88 85 79 -
CMYK 0 0.03 0.10 0.65
HSL 40º 0.05% 0.33% -
HSV(B) 40º 0.1% 0.35% -
XYZ 8.68 9.14 8.7 -
YUV 85.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 88 85 79 0 0.03 0.10 0.65 40 0.05 0.33
Hex 58 55 4F 0 3 A 41 28 5 21
Octal 130 125 117 0 3 12 101 50 5 41
Binary 1011000 1010101 1001111 0 11 1010 1000001 101000 101 100001

Color Harmonies of #58554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58554F

Black with #58554F

Text Example


Text Example

White with #58554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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