Html Css Color HEX #585550 Masala

📋 copy color: '#585550'

red 88 ◦ green 85 ◦ blue 80

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

Shades of Masala #585550

Tints of Masala #585550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.62%

R = 34.78%
G = 33.6%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#585550 (or 0x585550) is known color: Masala. HEX triplet: 58, 55 and 50. RGB value is (88,85,80). Sum of RGB (Red+Green+Blue) = 88+85+80=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 88 - color contains mainly: red. Hex color #585550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585550 is #A7AAAF. Grayscale: #555555. Windows color (decimal): -10988208 or 5264728. OLE color: 5264728.

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

Color convert

RGB 88 85 80 -
CMYK 0 0.03 0.09 0.65
HSL 37.5º 0.05% 0.33% -
HSV(B) 37.5º 0.09% 0.35% -
XYZ 8.72 9.15 8.9 -
YUV 85.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 88 85 80 0 0.03 0.09 0.65 37.5 0.05 0.33
Hex 58 55 50 0 3 9 41 26 5 21
Octal 130 125 120 0 3 11 101 46 5 41
Binary 1011000 1010101 1010000 0 11 1001 1000001 100110 101 100001

Color Harmonies of #585550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585550

Black with #585550

Text Example


Text Example

White with #585550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585550; }

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

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

background-color css

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

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

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

border-color css

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

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

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