Html Css Color HEX #555059 Mulled Wine

📋 copy color: '#555059'

red 85 ◦ green 80 ◦ blue 89

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

Shades of Mulled Wine #555059

Tints of Mulled Wine #555059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.5%

 BLUE value IS 89 (35.16% from 255) = 35.04%

R = 33.46%
G = 31.5%
B = 35.04%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#555059 (or 0x555059) is known color: Mulled Wine. HEX triplet: 55, 50 and 59. RGB value is (85,80,89). Sum of RGB (Red+Green+Blue) = 85+80+89=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 89 - color contains mainly: blue. Hex color #555059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555059 is #AAAFA6. Grayscale: #525252. Windows color (decimal): -11186087 or 5853269. OLE color: 5853269.

HSL color Cylindrical-coordinate representation of color #555059: hue angle of 273.33º 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 #555059 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 80 89 -
CMYK 0.04 0.10 0 0.65
HSL 273.33º 0.05% 0.33% -
HSV(B) 273.33º 0.1% 0.35% -
XYZ 8.42 8.39 10.63 -
YUV 82.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 85 80 89 0.04 0.10 0 0.65 273.33 0.05 0.33
Hex 55 50 59 4 A 0 41 111 5 21
Octal 125 120 131 4 12 0 101 421 5 41
Binary 1010101 1010000 1011001 100 1010 0 1000001 100010001 101 100001

Color Harmonies of #555059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555059

Black with #555059

Text Example


Text Example

White with #555059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555059; }

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

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

background-color css

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

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

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

border-color css

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

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

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