Html Css Color HEX #555262 Mulled Wine

📋 copy color: '#555262'

red 85 ◦ green 82 ◦ blue 98

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

Shades of Mulled Wine #555262

Tints of Mulled Wine #555262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

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

R = 32.08%
G = 30.94%
B = 36.98%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555262 (or 0x555262) is known color: Mulled Wine. HEX triplet: 55, 52 and 62. RGB value is (85,82,98). Sum of RGB (Red+Green+Blue) = 85+82+98=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 98 - color contains mainly: blue. Hex color #555262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555262 is #AAAD9D. Grayscale: #545454. Windows color (decimal): -11185566 or 6443605. OLE color: 6443605.

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

Color convert

RGB 85 82 98 -
CMYK 0.13 0.16 0 0.62
HSL 251.25º 0.09% 0.35% -
HSV(B) 251.25º 0.16% 0.38% -
XYZ 8.97 8.85 12.79 -
YUV 84.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 85 82 98 0.13 0.16 0 0.62 251.25 0.09 0.35
Hex 55 52 62 D 10 0 3E FB 9 23
Octal 125 122 142 15 20 0 76 373 11 43
Binary 1010101 1010010 1100010 1101 10000 0 111110 11111011 1001 100011

Color Harmonies of #555262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555262

Black with #555262

Text Example


Text Example

White with #555262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555262; }

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

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

background-color css

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

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

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

border-color css

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

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

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