Html Css Color HEX #56535A Mulled Wine

📋 copy color: '#56535A'

red 86 ◦ green 83 ◦ blue 90

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

Shades of Mulled Wine #56535A

Tints of Mulled Wine #56535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

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

R = 33.2%
G = 32.05%
B = 34.75%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#56535A (or 0x56535A) is known color: Mulled Wine. HEX triplet: 56, 53 and 5A. RGB value is (86,83,90). Sum of RGB (Red+Green+Blue) = 86+83+90=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 90 - color contains mainly: blue. Hex color #56535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56535A is #A9ACA5. Grayscale: #545454. Windows color (decimal): -11119782 or 5919574. OLE color: 5919574.

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

Color convert

RGB 86 83 90 -
CMYK 0.04 0.08 0 0.65
HSL 265.71º 0.04% 0.34% -
HSV(B) 265.71º 0.08% 0.35% -
XYZ 8.78 8.9 10.93 -
YUV 84.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 86 83 90 0.04 0.08 0 0.65 265.71 0.04 0.34
Hex 56 53 5A 4 8 0 41 10A 4 22
Octal 126 123 132 4 10 0 101 412 4 42
Binary 1010110 1010011 1011010 100 1000 0 1000001 100001010 100 100010

Color Harmonies of #56535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56535A

Black with #56535A

Text Example


Text Example

White with #56535A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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