Html Css Color HEX #55525A Mulled Wine

📋 copy color: '#55525A'

red 85 ◦ green 82 ◦ blue 90

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

Shades of Mulled Wine #55525A

Tints of Mulled Wine #55525A

RGB

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

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

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

R = 33.07%
G = 31.91%
B = 35.02%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#55525A (or 0x55525A) is known color: Mulled Wine. HEX triplet: 55, 52 and 5A. RGB value is (85,82,90). Sum of RGB (Red+Green+Blue) = 85+82+90=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 90 - color contains mainly: blue. Hex color #55525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55525A is #AAADA5. Grayscale: #535353. Windows color (decimal): -11185574 or 5919317. OLE color: 5919317.

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

Color convert

RGB 85 82 90 -
CMYK 0.06 0.09 0 0.65
HSL 262.5º 0.05% 0.34% -
HSV(B) 262.5º 0.09% 0.35% -
XYZ 8.61 8.7 10.9 -
YUV 83.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 85 82 90 0.06 0.09 0 0.65 262.5 0.05 0.34
Hex 55 52 5A 6 9 0 41 106 5 22
Octal 125 122 132 6 11 0 101 406 5 42
Binary 1010101 1010010 1011010 110 1001 0 1000001 100000110 101 100010

Color Harmonies of #55525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55525A

Black with #55525A

Text Example


Text Example

White with #55525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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