Html Css Color HEX #554F66 Mulled Wine

📋 copy color: '#554F66'

red 85 ◦ green 79 ◦ blue 102

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

Shades of Mulled Wine #554F66

Tints of Mulled Wine #554F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.35%

R = 31.95%
G = 29.7%
B = 38.35%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#554F66 (or 0x554F66) is known color: Mulled Wine. HEX triplet: 55, 4F and 66. RGB value is (85,79,102). Sum of RGB (Red+Green+Blue) = 85+79+102=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 102 - color contains mainly: blue. Hex color #554F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F66 is #AAB099. Grayscale: #535353. Windows color (decimal): -11186330 or 6704981. OLE color: 6704981.

HSL color Cylindrical-coordinate representation of color #554F66: hue angle of 255.65º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #554F66 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 79 102 -
CMYK 0.17 0.23 0 0.6
HSL 255.65º 0.13% 0.35% -
HSV(B) 255.65º 0.23% 0.4% -
XYZ 8.94 8.48 13.74 -
YUV 83.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 85 79 102 0.17 0.23 0 0.6 255.65 0.13 0.35
Hex 55 4F 66 11 17 0 3C 100 D 23
Octal 125 117 146 21 27 0 74 400 15 43
Binary 1010101 1001111 1100110 10001 10111 0 111100 100000000 1101 100011

Color Harmonies of #554F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F66

Black with #554F66

Text Example


Text Example

White with #554F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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