Html Css Color HEX #555258 Mulled Wine

📋 copy color: '#555258'

red 85 ◦ green 82 ◦ blue 88

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

Shades of Mulled Wine #555258

Tints of Mulled Wine #555258

RGB

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

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

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

R = 33.33%
G = 32.16%
B = 34.51%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#555258 (or 0x555258) is known color: Mulled Wine. HEX triplet: 55, 52 and 58. RGB value is (85,82,88). Sum of RGB (Red+Green+Blue) = 85+82+88=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 88 - color contains mainly: blue. Hex color #555258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555258 is #AAADA7. Grayscale: #535353. Windows color (decimal): -11185576 or 5788245. OLE color: 5788245.

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

Color convert

RGB 85 82 88 -
CMYK 0.03 0.07 0 0.65
HSL 270º 0.04% 0.33% -
HSV(B) 270º 0.07% 0.35% -
XYZ 8.53 8.67 10.46 -
YUV 83.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 85 82 88 0.03 0.07 0 0.65 270 0.04 0.33
Hex 55 52 58 3 7 0 41 10E 4 21
Octal 125 122 130 3 7 0 101 416 4 41
Binary 1010101 1010010 1011000 11 111 0 1000001 100001110 100 100001

Color Harmonies of #555258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555258

Black with #555258

Text Example


Text Example

White with #555258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555258; }

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

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

background-color css

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

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

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

border-color css

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

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

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