Html Css Color HEX #555062 Mulled Wine

📋 copy color: '#555062'

red 85 ◦ green 80 ◦ blue 98

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

Shades of Mulled Wine #555062

Tints of Mulled Wine #555062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.42%

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

R = 32.32%
G = 30.42%
B = 37.26%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555062 (or 0x555062) is known color: Mulled Wine. HEX triplet: 55, 50 and 62. RGB value is (85,80,98). Sum of RGB (Red+Green+Blue) = 85+80+98=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 98 - color contains mainly: blue. Hex color #555062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555062 is #AAAF9D. Grayscale: #535353. Windows color (decimal): -11186078 or 6443093. OLE color: 6443093.

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

Color convert

RGB 85 80 98 -
CMYK 0.13 0.18 0 0.62
HSL 256.67º 0.1% 0.35% -
HSV(B) 256.67º 0.18% 0.38% -
XYZ 8.82 8.55 12.74 -
YUV 83.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 85 80 98 0.13 0.18 0 0.62 256.67 0.1 0.35
Hex 55 50 62 D 12 0 3E 101 A 23
Octal 125 120 142 15 22 0 76 401 12 43
Binary 1010101 1010000 1100010 1101 10010 0 111110 100000001 1010 100011

Color Harmonies of #555062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555062

Black with #555062

Text Example


Text Example

White with #555062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555062; }

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

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

background-color css

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

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

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

border-color css

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

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

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