Html Css Color HEX #555260 Mulled Wine

📋 copy color: '#555260'

red 85 ◦ green 82 ◦ blue 96

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

Shades of Mulled Wine #555260

Tints of Mulled Wine #555260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.5%

R = 32.32%
G = 31.18%
B = 36.5%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555260 (or 0x555260) is known color: Mulled Wine. HEX triplet: 55, 52 and 60. RGB value is (85,82,96). Sum of RGB (Red+Green+Blue) = 85+82+96=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 96 - color contains mainly: blue. Hex color #555260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555260 is #AAAD9F. Grayscale: #545454. Windows color (decimal): -11185568 or 6312533. OLE color: 6312533.

HSL color Cylindrical-coordinate representation of color #555260: hue angle of 252.86º 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 #555260 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 82 96 -
CMYK 0.11 0.15 0 0.62
HSL 252.86º 0.08% 0.35% -
HSV(B) 252.86º 0.15% 0.38% -
XYZ 8.87 8.81 12.3 -
YUV 84.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 85 82 96 0.11 0.15 0 0.62 252.86 0.08 0.35
Hex 55 52 60 B F 0 3E FD 8 23
Octal 125 122 140 13 17 0 76 375 10 43
Binary 1010101 1010010 1100000 1011 1111 0 111110 11111101 1000 100011

Color Harmonies of #555260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555260

Black with #555260

Text Example


Text Example

White with #555260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555260; }

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

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

background-color css

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

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

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

border-color css

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

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

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