#535061

Color #535061 Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #535061

Tints of Mulled Wine #535061

Color information

#535061 (or 0x535061) is unknown color: approx 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

RGB838097-
CMYK0.140.1800.62
HSL250.59º9.6%34.71%-
HSV(B)250.59º17.53%38.04%-
XYZ8.598.4412.49-
YUV82.83135.99128.12-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8380970.140.1800.62250.599.634.71
Hex535061E1203Efba23
Octal12312014116220763731243
Binary1010011101000011000011110100100111110111110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>