#535055

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

Shades of Mulled Wine #535055

Tints of Mulled Wine #535055

Color information

#535055 (or 0x535055) is unknown color: approx Mulled Wine. HEX triplet: 53, 50 and 55. RGB value is (83,80,85). Sum of RGB (Red+Green+Blue) = 83+80+85=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 85 - color contains mainly: blue. Hex color #535055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535055 is #ACAFAA. Grayscale: #515151. Windows color (decimal): -11317163 or 5591123. OLE color: 5591123.

HSL color Cylindrical-coordinate representation of color #535055: hue angle of 276º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #535055 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB838085-
CMYK0.020.0600.67
HSL276º3.03%32.35%-
HSV(B)276º5.88%33.33%-
XYZ8.088.239.76-
YUV81.47129.99129.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=33.47%
G=32.26%
B=34.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8380850.020.0600.672763.0332.35
Hex53505526043114320
Octal123120125260103424340
Binary101001110100001010101101100100001110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535055; }

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

 H1.HeaderClassName
 {
   color: #535055;
 }
 .AnyTagClassName
 {
   color: #535055;
 }
</style>
background-color css

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

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

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

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

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

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