Html Css Color HEX #56525A Mulled Wine

📋 copy color: '#56525A'

red 86 ◦ green 82 ◦ blue 90

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

Shades of Mulled Wine #56525A

Tints of Mulled Wine #56525A

RGB

 RED value IS 86 (33.98% from 255) = 33.33%

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

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

R = 33.33%
G = 31.78%
B = 34.88%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#56525A (or 0x56525A) is known color: Mulled Wine. HEX triplet: 56, 52 and 5A. RGB value is (86,82,90). Sum of RGB (Red+Green+Blue) = 86+82+90=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 90 - color contains mainly: blue. Hex color #56525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56525A is #A9ADA5. Grayscale: #545454. Windows color (decimal): -11120038 or 5919318. OLE color: 5919318.

HSL color Cylindrical-coordinate representation of color #56525A: hue angle of 270º 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 #56525A is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 82 90 -
CMYK 0.04 0.09 0 0.65
HSL 270º 0.05% 0.34% -
HSV(B) 270º 0.09% 0.35% -
XYZ 8.7 8.75 10.9 -
YUV 84.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 86 82 90 0.04 0.09 0 0.65 270 0.05 0.34
Hex 56 52 5A 4 9 0 41 10E 5 22
Octal 126 122 132 4 11 0 101 416 5 42
Binary 1010110 1010010 1011010 100 1001 0 1000001 100001110 101 100010

Color Harmonies of #56525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56525A

Black with #56525A

Text Example


Text Example

White with #56525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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