Html Css Color HEX #555061 Mulled Wine

📋 copy color: '#555061'

red 85 ◦ green 80 ◦ blue 97

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

Shades of Mulled Wine #555061

Tints of Mulled Wine #555061

RGB

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

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

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

R = 32.44%
G = 30.53%
B = 37.02%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555061 (or 0x555061) is known color: Mulled Wine. HEX triplet: 55, 50 and 61. RGB value is (85,80,97). Sum of RGB (Red+Green+Blue) = 85+80+97=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 97 - color contains mainly: blue. Hex color #555061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555061 is #AAAF9E. Grayscale: #535353. Windows color (decimal): -11186079 or 6377557. OLE color: 6377557.

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

Color convert

RGB 85 80 97 -
CMYK 0.12 0.18 0 0.62
HSL 257.65º 0.1% 0.35% -
HSV(B) 257.65º 0.18% 0.38% -
XYZ 8.77 8.53 12.49 -
YUV 83.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 85 80 97 0.12 0.18 0 0.62 257.65 0.1 0.35
Hex 55 50 61 C 12 0 3E 102 A 23
Octal 125 120 141 14 22 0 76 402 12 43
Binary 1010101 1010000 1100001 1100 10010 0 111110 100000010 1010 100011

Color Harmonies of #555061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555061

Black with #555061

Text Example


Text Example

White with #555061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555061; }

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

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

background-color css

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

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

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

border-color css

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

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

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