Html Css Color HEX #565360 Mulled Wine

📋 copy color: '#565360'

red 86 ◦ green 83 ◦ blue 96

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

Shades of Mulled Wine #565360

Tints of Mulled Wine #565360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.23%

R = 32.45%
G = 31.32%
B = 36.23%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565360 (or 0x565360) is known color: Mulled Wine. HEX triplet: 56, 53 and 60. RGB value is (86,83,96). Sum of RGB (Red+Green+Blue) = 86+83+96=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #565360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565360 is #A9AC9F. Grayscale: #555555. Windows color (decimal): -11119776 or 6312790. OLE color: 6312790.

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

Color convert

RGB 86 83 96 -
CMYK 0.10 0.14 0 0.62
HSL 253.85º 0.07% 0.35% -
HSV(B) 253.85º 0.14% 0.38% -
XYZ 9.04 9.01 12.33 -
YUV 85.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 86 83 96 0.10 0.14 0 0.62 253.85 0.07 0.35
Hex 56 53 60 A E 0 3E FE 7 23
Octal 126 123 140 12 16 0 76 376 7 43
Binary 1010110 1010011 1100000 1010 1110 0 111110 11111110 111 100011

Color Harmonies of #565360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565360

Black with #565360

Text Example


Text Example

White with #565360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565360; }

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

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

background-color css

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

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

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

border-color css

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

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

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