Html Css Color HEX #554F68 Mulled Wine

📋 copy color: '#554F68'

red 85 ◦ green 79 ◦ blue 104

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

Shades of Mulled Wine #554F68

Tints of Mulled Wine #554F68

RGB

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

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

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

R = 31.72%
G = 29.48%
B = 38.81%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#554F68 (or 0x554F68) is known color: Mulled Wine. HEX triplet: 55, 4F and 68. RGB value is (85,79,104). Sum of RGB (Red+Green+Blue) = 85+79+104=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #554F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F68 is #AAB097. Grayscale: #535353. Windows color (decimal): -11186328 or 6836053. OLE color: 6836053.

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

Color convert

RGB 85 79 104 -
CMYK 0.18 0.24 0 0.59
HSL 254.4º 0.14% 0.36% -
HSV(B) 254.4º 0.24% 0.41% -
XYZ 9.04 8.52 14.27 -
YUV 83.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 85 79 104 0.18 0.24 0 0.59 254.4 0.14 0.36
Hex 55 4F 68 12 18 0 3B FE E 24
Octal 125 117 150 22 30 0 73 376 16 44
Binary 1010101 1001111 1101000 10010 11000 0 111011 11111110 1110 100100

Color Harmonies of #554F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F68

Black with #554F68

Text Example


Text Example

White with #554F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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