Html Css Color HEX #555065 Mulled Wine

📋 copy color: '#555065'

red 85 ◦ green 80 ◦ blue 101

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

Shades of Mulled Wine #555065

Tints of Mulled Wine #555065

RGB

 RED value IS 85 (33.59% from 255) = 31.95%

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

 BLUE value IS 101 (39.84% from 255) = 37.97%

R = 31.95%
G = 30.08%
B = 37.97%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#555065 (or 0x555065) is known color: Mulled Wine. HEX triplet: 55, 50 and 65. RGB value is (85,80,101). Sum of RGB (Red+Green+Blue) = 85+80+101=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 101 - color contains mainly: blue. Hex color #555065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555065 is #AAAF9A. Grayscale: #535353. Windows color (decimal): -11186075 or 6639701. OLE color: 6639701.

HSL color Cylindrical-coordinate representation of color #555065: hue angle of 254.29º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #555065 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 80 101 -
CMYK 0.16 0.21 0 0.60
HSL 254.29º 0.12% 0.35% -
HSV(B) 254.29º 0.21% 0.4% -
XYZ 8.96 8.61 13.5 -
YUV 83.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 85 80 101 0.16 0.21 0 0.60 254.29 0.12 0.35
Hex 55 50 65 10 15 0 3C FE C 23
Octal 125 120 145 20 25 0 74 376 14 43
Binary 1010101 1010000 1100101 10000 10101 0 111100 11111110 1100 100011

Color Harmonies of #555065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555065

Black with #555065

Text Example


Text Example

White with #555065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555065; }

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

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

background-color css

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

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

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

border-color css

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

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

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