Html Css Color HEX #535055 Mulled Wine

📋 copy color: '#535055'

red 83 ◦ green 80 ◦ blue 85

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

Shades of Mulled Wine #535055

Tints of Mulled Wine #535055

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 value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#535055 (or 0x535055) is known color: 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

RGB 83 80 85 -
CMYK 0.02 0.06 0 0.67
HSL 276º 0.03% 0.32% -
HSV(B) 276º 0.06% 0.33% -
XYZ 8.08 8.23 9.76 -
YUV 81.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 83 80 85 0.02 0.06 0 0.67 276 0.03 0.32
Hex 53 50 55 2 6 0 43 114 3 20
Octal 123 120 125 2 6 0 103 424 3 40
Binary 1010011 1010000 1010101 10 110 0 1000011 100010100 11 100000

Color Harmonies of #535055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535055

Black with #535055

Text Example


Text Example

White with #535055

Text Example


Text Example

HTML Codes & Css Web 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>