Html Css Color HEX #555162 Mulled Wine

📋 copy color: '#555162'

red 85 ◦ green 81 ◦ blue 98

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

Shades of Mulled Wine #555162

Tints of Mulled Wine #555162

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

 BLUE value IS 98 (38.67% from 255) = 37.12%

R = 32.2%
G = 30.68%
B = 37.12%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555162 (or 0x555162) is known color: Mulled Wine. HEX triplet: 55, 51 and 62. RGB value is (85,81,98). Sum of RGB (Red+Green+Blue) = 85+81+98=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 98 - color contains mainly: blue. Hex color #555162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555162 is #AAAE9D. Grayscale: #545454. Windows color (decimal): -11185822 or 6443349. OLE color: 6443349.

HSL color Cylindrical-coordinate representation of color #555162: hue angle of 254.12º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555162 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 81 98 -
CMYK 0.13 0.17 0 0.62
HSL 254.12º 0.09% 0.35% -
HSV(B) 254.12º 0.17% 0.38% -
XYZ 8.89 8.7 12.77 -
YUV 84.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 85 81 98 0.13 0.17 0 0.62 254.12 0.09 0.35
Hex 55 51 62 D 11 0 3E FE 9 23
Octal 125 121 142 15 21 0 76 376 11 43
Binary 1010101 1010001 1100010 1101 10001 0 111110 11111110 1001 100011

Color Harmonies of #555162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555162

Black with #555162

Text Example


Text Example

White with #555162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555162; }

 p { color: rgb(85,81,98); }

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

background-color css

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

 a { background-color: rgb(85,81,98); }

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

border-color css

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

 span { border-color: rgb(85,81,98); }

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