Html Css Color HEX #554665 Mulled Wine

📋 copy color: '#554665'

red 85 ◦ green 70 ◦ blue 101

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

Shades of Mulled Wine #554665

Tints of Mulled Wine #554665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

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

R = 33.2%
G = 27.34%
B = 39.45%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#554665 (or 0x554665) is known color: Mulled Wine. HEX triplet: 55, 46 and 65. RGB value is (85,70,101). Sum of RGB (Red+Green+Blue) = 85+70+101=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 101 - color contains mainly: blue. Hex color #554665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554665 is #AAB99A. Grayscale: #4D4D4D. Windows color (decimal): -11188635 or 6637141. OLE color: 6637141.

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

Color convert

RGB 85 70 101 -
CMYK 0.16 0.31 0 0.60
HSL 269.03º 0.18% 0.34% -
HSV(B) 269.03º 0.31% 0.4% -
XYZ 8.29 7.25 13.27 -
YUV 78.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 85 70 101 0.16 0.31 0 0.60 269.03 0.18 0.34
Hex 55 46 65 10 1F 0 3C 10D 12 22
Octal 125 106 145 20 37 0 74 415 22 42
Binary 1010101 1000110 1100101 10000 11111 0 111100 100001101 10010 100010

Color Harmonies of #554665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554665

Black with #554665

Text Example


Text Example

White with #554665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554665; }

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

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

background-color css

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

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

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

border-color css

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

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

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