Html Css Color HEX #585069 Mulled Wine

📋 copy color: '#585069'

red 88 ◦ green 80 ◦ blue 105

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

Shades of Mulled Wine #585069

Tints of Mulled Wine #585069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.46%

R = 32.23%
G = 29.3%
B = 38.46%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#585069 (or 0x585069) is known color: Mulled Wine. HEX triplet: 58, 50 and 69. RGB value is (88,80,105). Sum of RGB (Red+Green+Blue) = 88+80+105=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 105 - color contains mainly: blue. Hex color #585069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585069 is #A7AF96. Grayscale: #555555. Windows color (decimal): -10989463 or 6901848. OLE color: 6901848.

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

Color convert

RGB 88 80 105 -
CMYK 0.16 0.24 0 0.59
HSL 259.2º 0.14% 0.36% -
HSV(B) 259.2º 0.24% 0.41% -
XYZ 9.44 8.83 14.57 -
YUV 85.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 88 80 105 0.16 0.24 0 0.59 259.2 0.14 0.36
Hex 58 50 69 10 18 0 3B 103 E 24
Octal 130 120 151 20 30 0 73 403 16 44
Binary 1011000 1010000 1101001 10000 11000 0 111011 100000011 1110 100100

Color Harmonies of #585069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585069

Black with #585069

Text Example


Text Example

White with #585069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585069; }

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

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

background-color css

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

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

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

border-color css

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

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

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