Html Css Color HEX #535059 Mulled Wine

📋 copy color: '#535059'

red 83 ◦ green 80 ◦ blue 89

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

Shades of Mulled Wine #535059

Tints of Mulled Wine #535059

RGB

 RED value IS 83 (32.81% from 255) = 32.94%

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

 BLUE value IS 89 (35.16% from 255) = 35.32%

R = 32.94%
G = 31.75%
B = 35.32%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#535059 (or 0x535059) is known color: Mulled Wine. HEX triplet: 53, 50 and 59. RGB value is (83,80,89). Sum of RGB (Red+Green+Blue) = 83+80+89=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 89 - color contains mainly: blue. Hex color #535059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535059 is #ACAFA6. Grayscale: #515151. Windows color (decimal): -11317159 or 5853267. OLE color: 5853267.

HSL color Cylindrical-coordinate representation of color #535059: hue angle of 260º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #535059 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 80 89 -
CMYK 0.07 0.10 0 0.65
HSL 260º 0.05% 0.33% -
HSV(B) 260º 0.1% 0.35% -
XYZ 8.24 8.3 10.62 -
YUV 81.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 83 80 89 0.07 0.10 0 0.65 260 0.05 0.33
Hex 53 50 59 7 A 0 41 104 5 21
Octal 123 120 131 7 12 0 101 404 5 41
Binary 1010011 1010000 1011001 111 1010 0 1000001 100000100 101 100001

Color Harmonies of #535059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535059

Black with #535059

Text Example


Text Example

White with #535059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535059; }

 p { color: rgb(83,80,89); }

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

background-color css

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

 a { background-color: rgb(83,80,89); }

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

border-color css

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

 span { border-color: rgb(83,80,89); }

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