Html Css Color HEX #555261 Mulled Wine

📋 copy color: '#555261'

red 85 ◦ green 82 ◦ blue 97

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

Shades of Mulled Wine #555261

Tints of Mulled Wine #555261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.74%

R = 32.2%
G = 31.06%
B = 36.74%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555261 (or 0x555261) is known color: Mulled Wine. HEX triplet: 55, 52 and 61. RGB value is (85,82,97). Sum of RGB (Red+Green+Blue) = 85+82+97=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #555261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555261 is #AAAD9E. Grayscale: #545454. Windows color (decimal): -11185567 or 6378069. OLE color: 6378069.

HSL color Cylindrical-coordinate representation of color #555261: hue angle of 252º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #555261 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 82 97 -
CMYK 0.12 0.15 0 0.62
HSL 252º 0.08% 0.35% -
HSV(B) 252º 0.15% 0.38% -
XYZ 8.92 8.83 12.54 -
YUV 84.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 85 82 97 0.12 0.15 0 0.62 252 0.08 0.35
Hex 55 52 61 C F 0 3E FC 8 23
Octal 125 122 141 14 17 0 76 374 10 43
Binary 1010101 1010010 1100001 1100 1111 0 111110 11111100 1000 100011

Color Harmonies of #555261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555261

Black with #555261

Text Example


Text Example

White with #555261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555261; }

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

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

background-color css

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

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

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

border-color css

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

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

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