Html Css Color HEX #585068 Mulled Wine

📋 copy color: '#585068'

red 88 ◦ green 80 ◦ blue 104

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

Shades of Mulled Wine #585068

Tints of Mulled Wine #585068

RGB

 RED value IS 88 (34.77% from 255) = 32.35%

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

 BLUE value IS 104 (41.02% from 255) = 38.24%

R = 32.35%
G = 29.41%
B = 38.24%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#585068 (or 0x585068) is known color: Mulled Wine. HEX triplet: 58, 50 and 68. RGB value is (88,80,104). Sum of RGB (Red+Green+Blue) = 88+80+104=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #585068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585068 is #A7AF97. Grayscale: #555555. Windows color (decimal): -10989464 or 6836312. OLE color: 6836312.

HSL color Cylindrical-coordinate representation of color #585068: hue angle of 260º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #585068 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 80 104 -
CMYK 0.15 0.23 0 0.59
HSL 260º 0.13% 0.36% -
HSV(B) 260º 0.23% 0.41% -
XYZ 9.39 8.81 14.3 -
YUV 85.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 88 80 104 0.15 0.23 0 0.59 260 0.13 0.36
Hex 58 50 68 F 17 0 3B 104 D 24
Octal 130 120 150 17 27 0 73 404 15 44
Binary 1011000 1010000 1101000 1111 10111 0 111011 100000100 1101 100100

Color Harmonies of #585068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585068

Black with #585068

Text Example


Text Example

White with #585068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585068; }

 p { color: rgb(88,80,104); }

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

background-color css

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

 a { background-color: rgb(88,80,104); }

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

border-color css

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

 span { border-color: rgb(88,80,104); }

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