Html Css Color HEX #555158 Mulled Wine

📋 copy color: '#555158'

red 85 ◦ green 81 ◦ blue 88

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

Shades of Mulled Wine #555158

Tints of Mulled Wine #555158

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#555158 (or 0x555158) is known color: Mulled Wine. HEX triplet: 55, 51 and 58. RGB value is (85,81,88). Sum of RGB (Red+Green+Blue) = 85+81+88=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 88 - color contains mainly: blue. Hex color #555158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555158 is #AAAEA7. Grayscale: #525252. Windows color (decimal): -11185832 or 5787989. OLE color: 5787989.

HSL color Cylindrical-coordinate representation of color #555158: hue angle of 274.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 #555158 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 81 88 -
CMYK 0.03 0.08 0 0.65
HSL 274.29º 0.04% 0.33% -
HSV(B) 274.29º 0.08% 0.35% -
XYZ 8.45 8.52 10.43 -
YUV 82.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 85 81 88 0.03 0.08 0 0.65 274.29 0.04 0.33
Hex 55 51 58 3 8 0 41 112 4 21
Octal 125 121 130 3 10 0 101 422 4 41
Binary 1010101 1010001 1011000 11 1000 0 1000001 100010010 100 100001

Color Harmonies of #555158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555158

Black with #555158

Text Example


Text Example

White with #555158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555158; }

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

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

background-color css

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

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

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

border-color css

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

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

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