Html Css Color HEX #554E69 Mulled Wine

📋 copy color: '#554E69'

red 85 ◦ green 78 ◦ blue 105

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

Shades of Mulled Wine #554E69

Tints of Mulled Wine #554E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.18%

R = 31.72%
G = 29.1%
B = 39.18%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#554E69 (or 0x554E69) is known color: Mulled Wine. HEX triplet: 55, 4E and 69. RGB value is (85,78,105). Sum of RGB (Red+Green+Blue) = 85+78+105=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 105 - color contains mainly: blue. Hex color #554E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E69 is #AAB196. Grayscale: #535353. Windows color (decimal): -11186583 or 6901333. OLE color: 6901333.

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

Color convert

RGB 85 78 105 -
CMYK 0.19 0.26 0 0.59
HSL 255.56º 0.15% 0.36% -
HSV(B) 255.56º 0.26% 0.41% -
XYZ 9.02 8.4 14.51 -
YUV 83.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 85 78 105 0.19 0.26 0 0.59 255.56 0.15 0.36
Hex 55 4E 69 13 1A 0 3B 100 F 24
Octal 125 116 151 23 32 0 73 400 17 44
Binary 1010101 1001110 1101001 10011 11010 0 111011 100000000 1111 100100

Color Harmonies of #554E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E69

Black with #554E69

Text Example


Text Example

White with #554E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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