Html Css Color HEX #554F5B Mulled Wine

📋 copy color: '#554F5B'

red 85 ◦ green 79 ◦ blue 91

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

Shades of Mulled Wine #554F5B

Tints of Mulled Wine #554F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.69%

R = 33.33%
G = 30.98%
B = 35.69%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#554F5B (or 0x554F5B) is known color: Mulled Wine. HEX triplet: 55, 4F and 5B. RGB value is (85,79,91). Sum of RGB (Red+Green+Blue) = 85+79+91=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 91 - color contains mainly: blue. Hex color #554F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F5B is #AAB0A4. Grayscale: #525252. Windows color (decimal): -11186341 or 5984085. OLE color: 5984085.

HSL color Cylindrical-coordinate representation of color #554F5B: hue angle of 270º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #554F5B is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 79 91 -
CMYK 0.07 0.13 0 0.64
HSL 270º 0.07% 0.33% -
HSV(B) 270º 0.13% 0.36% -
XYZ 8.43 8.28 11.05 -
YUV 82.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 85 79 91 0.07 0.13 0 0.64 270 0.07 0.33
Hex 55 4F 5B 7 D 0 40 10E 7 21
Octal 125 117 133 7 15 0 100 416 7 41
Binary 1010101 1001111 1011011 111 1101 0 1000000 100001110 111 100001

Color Harmonies of #554F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F5B

Black with #554F5B

Text Example


Text Example

White with #554F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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