Html Css Color HEX #555458 Mulled Wine

📋 copy color: '#555458'

red 85 ◦ green 84 ◦ blue 88

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

Shades of Mulled Wine #555458

Tints of Mulled Wine #555458

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.68%

 BLUE value IS 88 (34.77% from 255) = 34.24%

R = 33.07%
G = 32.68%
B = 34.24%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#555458 (or 0x555458) is known color: Mulled Wine. HEX triplet: 55, 54 and 58. RGB value is (85,84,88). Sum of RGB (Red+Green+Blue) = 85+84+88=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 88 - color contains mainly: blue. Hex color #555458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555458 is #AAABA7. Grayscale: #545454. Windows color (decimal): -11185064 or 5788757. OLE color: 5788757.

HSL color Cylindrical-coordinate representation of color #555458: hue angle of 255º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #555458 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 84 88 -
CMYK 0.03 0.05 0 0.65
HSL 255º 0.02% 0.34% -
HSV(B) 255º 0.05% 0.35% -
XYZ 8.68 8.98 10.51 -
YUV 84.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 85 84 88 0.03 0.05 0 0.65 255 0.02 0.34
Hex 55 54 58 3 5 0 41 FF 2 22
Octal 125 124 130 3 5 0 101 377 2 42
Binary 1010101 1010100 1011000 11 101 0 1000001 11111111 10 100010

Color Harmonies of #555458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555458

Black with #555458

Text Example


Text Example

White with #555458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555458; }

 p { color: rgb(85,84,88); }

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

background-color css

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

 a { background-color: rgb(85,84,88); }

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

border-color css

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

 span { border-color: rgb(85,84,88); }

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