Html Css Color HEX #555358 Mulled Wine

📋 copy color: '#555358'

red 85 ◦ green 83 ◦ blue 88

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

Shades of Mulled Wine #555358

Tints of Mulled Wine #555358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.42%

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

R = 33.2%
G = 32.42%
B = 34.38%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#555358 (or 0x555358) is known color: Mulled Wine. HEX triplet: 55, 53 and 58. RGB value is (85,83,88). Sum of RGB (Red+Green+Blue) = 85+83+88=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 88 - color contains mainly: blue. Hex color #555358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555358 is #AAACA7. Grayscale: #545454. Windows color (decimal): -11185320 or 5788501. OLE color: 5788501.

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

Color convert

RGB 85 83 88 -
CMYK 0.03 0.06 0 0.65
HSL 264º 0.03% 0.34% -
HSV(B) 264º 0.06% 0.35% -
XYZ 8.6 8.82 10.48 -
YUV 84.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 85 83 88 0.03 0.06 0 0.65 264 0.03 0.34
Hex 55 53 58 3 6 0 41 108 3 22
Octal 125 123 130 3 6 0 101 410 3 42
Binary 1010101 1010011 1011000 11 110 0 1000001 100001000 11 100010

Color Harmonies of #555358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555358

Black with #555358

Text Example


Text Example

White with #555358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555358; }

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

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

background-color css

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

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

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

border-color css

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

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

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