Html Css Color HEX #595266 Mulled Wine

📋 copy color: '#595266'

red 89 ◦ green 82 ◦ blue 102

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

Shades of Mulled Wine #595266

Tints of Mulled Wine #595266

RGB

 RED value IS 89 (35.16% from 255) = 32.6%

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

 BLUE value IS 102 (40.23% from 255) = 37.36%

R = 32.6%
G = 30.04%
B = 37.36%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#595266 (or 0x595266) is known color: Mulled Wine. HEX triplet: 59, 52 and 66. RGB value is (89,82,102). Sum of RGB (Red+Green+Blue) = 89+82+102=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 102 - color contains mainly: blue. Hex color #595266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595266 is #A6AD99. Grayscale: #565656. Windows color (decimal): -10923418 or 6705753. OLE color: 6705753.

HSL color Cylindrical-coordinate representation of color #595266: hue angle of 261º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #595266 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 89 82 102 -
CMYK 0.13 0.20 0 0.6
HSL 261º 0.11% 0.36% -
HSV(B) 261º 0.2% 0.4% -
XYZ 9.54 9.12 13.83 -
YUV 86.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 89 82 102 0.13 0.20 0 0.6 261 0.11 0.36
Hex 59 52 66 D 14 0 3C 105 B 24
Octal 131 122 146 15 24 0 74 405 13 44
Binary 1011001 1010010 1100110 1101 10100 0 111100 100000101 1011 100100

Color Harmonies of #595266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595266

Black with #595266

Text Example


Text Example

White with #595266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595266; }

 p { color: rgb(89,82,102); }

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

background-color css

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

 a { background-color: rgb(89,82,102); }

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

border-color css

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

 span { border-color: rgb(89,82,102); }

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