Html Css Color HEX #535061 Mulled Wine

📋 copy color: '#535061'

red 83 ◦ green 80 ◦ blue 97

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

Shades of Mulled Wine #535061

Tints of Mulled Wine #535061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.31%

R = 31.92%
G = 30.77%
B = 37.31%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#535061 (or 0x535061) is known color: Mulled Wine. HEX triplet: 53, 50 and 61. RGB value is (83,80,97). Sum of RGB (Red+Green+Blue) = 83+80+97=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 97 - color contains mainly: blue. Hex color #535061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535061 is #ACAF9E. Grayscale: #525252. Windows color (decimal): -11317151 or 6377555. OLE color: 6377555.

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

Color convert

RGB 83 80 97 -
CMYK 0.14 0.18 0 0.62
HSL 250.59º 0.1% 0.35% -
HSV(B) 250.59º 0.18% 0.38% -
XYZ 8.59 8.44 12.49 -
YUV 82.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 83 80 97 0.14 0.18 0 0.62 250.59 0.1 0.35
Hex 53 50 61 E 12 0 3E FB A 23
Octal 123 120 141 16 22 0 76 373 12 43
Binary 1010011 1010000 1100001 1110 10010 0 111110 11111011 1010 100011

Color Harmonies of #535061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535061

Black with #535061

Text Example


Text Example

White with #535061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535061; }

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

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

background-color css

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

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

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

border-color css

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

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

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