Html Css Color HEX #585551 Masala

📋 copy color: '#585551'

red 88 ◦ green 85 ◦ blue 81

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

Shades of Masala #585551

Tints of Masala #585551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.89%

R = 34.65%
G = 33.46%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#585551 (or 0x585551) is known color: Masala. HEX triplet: 58, 55 and 51. RGB value is (88,85,81). Sum of RGB (Red+Green+Blue) = 88+85+81=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 88 - color contains mainly: red. Hex color #585551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585551 is #A7AAAE. Grayscale: #555555. Windows color (decimal): -10988207 or 5330264. OLE color: 5330264.

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

Color convert

RGB 88 85 81 -
CMYK 0 0.03 0.08 0.65
HSL 34.29º 0.04% 0.33% -
HSV(B) 34.29º 0.08% 0.35% -
XYZ 8.76 9.17 9.09 -
YUV 85.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 88 85 81 0 0.03 0.08 0.65 34.29 0.04 0.33
Hex 58 55 51 0 3 8 41 22 4 21
Octal 130 125 121 0 3 10 101 42 4 41
Binary 1011000 1010101 1010001 0 11 1000 1000001 100010 100 100001

Color Harmonies of #585551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585551

Black with #585551

Text Example


Text Example

White with #585551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585551; }

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

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

background-color css

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

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

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

border-color css

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

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

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