Html Css Color HEX #554E68 Mulled Wine

📋 copy color: '#554E68'

red 85 ◦ green 78 ◦ blue 104

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

Shades of Mulled Wine #554E68

Tints of Mulled Wine #554E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.21%

 BLUE value IS 104 (41.02% from 255) = 38.95%

R = 31.84%
G = 29.21%
B = 38.95%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#554E68 (or 0x554E68) is known color: Mulled Wine. HEX triplet: 55, 4E and 68. RGB value is (85,78,104). Sum of RGB (Red+Green+Blue) = 85+78+104=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #554E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E68 is #AAB197. Grayscale: #525252. Windows color (decimal): -11186584 or 6835797. OLE color: 6835797.

HSL color Cylindrical-coordinate representation of color #554E68: hue angle of 256.15º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554E68 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 78 104 -
CMYK 0.18 0.25 0 0.59
HSL 256.15º 0.14% 0.36% -
HSV(B) 256.15º 0.25% 0.41% -
XYZ 8.97 8.38 14.24 -
YUV 83.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 85 78 104 0.18 0.25 0 0.59 256.15 0.14 0.36
Hex 55 4E 68 12 19 0 3B 100 E 24
Octal 125 116 150 22 31 0 73 400 16 44
Binary 1010101 1001110 1101000 10010 11001 0 111011 100000000 1110 100100

Color Harmonies of #554E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E68

Black with #554E68

Text Example


Text Example

White with #554E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554E68; }

 p { color: rgb(85,78,104); }

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

background-color css

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

 a { background-color: rgb(85,78,104); }

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

border-color css

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

 span { border-color: rgb(85,78,104); }

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