Html Css Color HEX #565060 Mulled Wine

📋 copy color: '#565060'

red 86 ◦ green 80 ◦ blue 96

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

Shades of Mulled Wine #565060

Tints of Mulled Wine #565060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.53%

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

R = 32.82%
G = 30.53%
B = 36.64%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565060 (or 0x565060) is known color: Mulled Wine. HEX triplet: 56, 50 and 60. RGB value is (86,80,96). Sum of RGB (Red+Green+Blue) = 86+80+96=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 96 - color contains mainly: blue. Hex color #565060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565060 is #A9AF9F. Grayscale: #535353. Windows color (decimal): -11120544 or 6312022. OLE color: 6312022.

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

Color convert

RGB 86 80 96 -
CMYK 0.10 0.17 0 0.62
HSL 262.5º 0.09% 0.35% -
HSV(B) 262.5º 0.17% 0.38% -
XYZ 8.82 8.56 12.25 -
YUV 83.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 86 80 96 0.10 0.17 0 0.62 262.5 0.09 0.35
Hex 56 50 60 A 11 0 3E 106 9 23
Octal 126 120 140 12 21 0 76 406 11 43
Binary 1010110 1010000 1100000 1010 10001 0 111110 100000110 1001 100011

Color Harmonies of #565060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565060

Black with #565060

Text Example


Text Example

White with #565060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565060; }

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

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

background-color css

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

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

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

border-color css

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

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

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