Html Css Color HEX #554F63 Mulled Wine

📋 copy color: '#554F63'

red 85 ◦ green 79 ◦ blue 99

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

Shades of Mulled Wine #554F63

Tints of Mulled Wine #554F63

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.04%

 BLUE value IS 99 (39.06% from 255) = 37.64%

R = 32.32%
G = 30.04%
B = 37.64%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#554F63 (or 0x554F63) is known color: Mulled Wine. HEX triplet: 55, 4F and 63. RGB value is (85,79,99). Sum of RGB (Red+Green+Blue) = 85+79+99=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #554F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F63 is #AAB09C. Grayscale: #535353. Windows color (decimal): -11186333 or 6508373. OLE color: 6508373.

HSL color Cylindrical-coordinate representation of color #554F63: hue angle of 258º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #554F63 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 79 99 -
CMYK 0.14 0.20 0 0.61
HSL 258º 0.11% 0.35% -
HSV(B) 258º 0.2% 0.39% -
XYZ 8.79 8.42 12.97 -
YUV 83.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 85 79 99 0.14 0.20 0 0.61 258 0.11 0.35
Hex 55 4F 63 E 14 0 3D 102 B 23
Octal 125 117 143 16 24 0 75 402 13 43
Binary 1010101 1001111 1100011 1110 10100 0 111101 100000010 1011 100011

Color Harmonies of #554F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F63

Black with #554F63

Text Example


Text Example

White with #554F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,79,99); }

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

background-color css

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

 a { background-color: rgb(85,79,99); }

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

border-color css

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

 span { border-color: rgb(85,79,99); }

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