Html Css Color HEX #555259 Mulled Wine

📋 copy color: '#555259'

red 85 ◦ green 82 ◦ blue 89

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

Shades of Mulled Wine #555259

Tints of Mulled Wine #555259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.03%

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

R = 33.2%
G = 32.03%
B = 34.77%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#555259 (or 0x555259) is known color: Mulled Wine. HEX triplet: 55, 52 and 59. RGB value is (85,82,89). Sum of RGB (Red+Green+Blue) = 85+82+89=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 89 - color contains mainly: blue. Hex color #555259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555259 is #AAADA6. Grayscale: #535353. Windows color (decimal): -11185575 or 5853781. OLE color: 5853781.

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

Color convert

RGB 85 82 89 -
CMYK 0.04 0.08 0 0.65
HSL 265.71º 0.04% 0.34% -
HSV(B) 265.71º 0.08% 0.35% -
XYZ 8.57 8.69 10.68 -
YUV 83.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 85 82 89 0.04 0.08 0 0.65 265.71 0.04 0.34
Hex 55 52 59 4 8 0 41 10A 4 22
Octal 125 122 131 4 10 0 101 412 4 42
Binary 1010101 1010010 1011001 100 1000 0 1000001 100001010 100 100010

Color Harmonies of #555259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555259

Black with #555259

Text Example


Text Example

White with #555259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555259; }

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

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

background-color css

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

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

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

border-color css

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

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

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