Html Css Color HEX #55515A Mulled Wine

📋 copy color: '#55515A'

red 85 ◦ green 81 ◦ blue 90

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

Shades of Mulled Wine #55515A

Tints of Mulled Wine #55515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

 BLUE value IS 90 (35.55% from 255) = 35.16%

R = 33.2%
G = 31.64%
B = 35.16%

CMYK

 C value IS 0.06

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#55515A (or 0x55515A) is known color: Mulled Wine. HEX triplet: 55, 51 and 5A. RGB value is (85,81,90). Sum of RGB (Red+Green+Blue) = 85+81+90=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 90 - color contains mainly: blue. Hex color #55515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55515A is #AAAEA5. Grayscale: #535353. Windows color (decimal): -11185830 or 5919061. OLE color: 5919061.

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

Color convert

RGB 85 81 90 -
CMYK 0.06 0.1 0 0.65
HSL 266.67º 0.05% 0.34% -
HSV(B) 266.67º 0.1% 0.35% -
XYZ 8.53 8.55 10.87 -
YUV 83.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 85 81 90 0.06 0.1 0 0.65 266.67 0.05 0.34
Hex 55 51 5A 6 A 0 41 10B 5 22
Octal 125 121 132 6 12 0 101 413 5 42
Binary 1010101 1010001 1011010 110 1010 0 1000001 100001011 101 100010

Color Harmonies of #55515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55515A

Black with #55515A

Text Example


Text Example

White with #55515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55515A; }

 p { color: rgb(85,81,90); }

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

background-color css

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

 a { background-color: rgb(85,81,90); }

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

border-color css

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

 span { border-color: rgb(85,81,90); }

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