Html Css Color HEX #555457 Mulled Wine

📋 copy color: '#555457'

red 85 ◦ green 84 ◦ blue 87

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

Shades of Mulled Wine #555457

Tints of Mulled Wine #555457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.98%

R = 33.2%
G = 32.81%
B = 33.98%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#555457 (or 0x555457) is known color: Mulled Wine. HEX triplet: 55, 54 and 57. RGB value is (85,84,87). Sum of RGB (Red+Green+Blue) = 85+84+87=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 87 - color contains mainly: blue. Hex color #555457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555457 is #AAABA8. Grayscale: #545454. Windows color (decimal): -11185065 or 5723221. OLE color: 5723221.

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

Color convert

RGB 85 84 87 -
CMYK 0.02 0.03 0 0.66
HSL 260º 0.02% 0.34% -
HSV(B) 260º 0.03% 0.34% -
XYZ 8.64 8.96 10.29 -
YUV 84.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 85 84 87 0.02 0.03 0 0.66 260 0.02 0.34
Hex 55 54 57 2 3 0 42 104 2 22
Octal 125 124 127 2 3 0 102 404 2 42
Binary 1010101 1010100 1010111 10 11 0 1000010 100000100 10 100010

Color Harmonies of #555457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555457

Black with #555457

Text Example


Text Example

White with #555457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555457; }

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

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

background-color css

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

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

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

border-color css

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

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

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