Html Css Color HEX #554565 Mulled Wine

📋 copy color: '#554565'

red 85 ◦ green 69 ◦ blue 101

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

Shades of Mulled Wine #554565

Tints of Mulled Wine #554565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.06%

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

R = 33.33%
G = 27.06%
B = 39.61%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#554565 (or 0x554565) is known color: Mulled Wine. HEX triplet: 55, 45 and 65. RGB value is (85,69,101). Sum of RGB (Red+Green+Blue) = 85+69+101=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 101 - color contains mainly: blue. Hex color #554565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554565 is #AABA9A. Grayscale: #4D4D4D. Windows color (decimal): -11188891 or 6636885. OLE color: 6636885.

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

Color convert

RGB 85 69 101 -
CMYK 0.16 0.32 0 0.60
HSL 270º 0.19% 0.33% -
HSV(B) 270º 0.32% 0.4% -
XYZ 8.22 7.13 13.25 -
YUV 77.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 85 69 101 0.16 0.32 0 0.60 270 0.19 0.33
Hex 55 45 65 10 20 0 3C 10E 13 21
Octal 125 105 145 20 40 0 74 416 23 41
Binary 1010101 1000101 1100101 10000 100000 0 111100 100001110 10011 100001

Color Harmonies of #554565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554565

Black with #554565

Text Example


Text Example

White with #554565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554565; }

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

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

background-color css

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

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

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

border-color css

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

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

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