Html Css Color HEX #585067 Mulled Wine

📋 copy color: '#585067'

red 88 ◦ green 80 ◦ blue 103

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

Shades of Mulled Wine #585067

Tints of Mulled Wine #585067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.01%

R = 32.47%
G = 29.52%
B = 38.01%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#585067 (or 0x585067) is known color: Mulled Wine. HEX triplet: 58, 50 and 67. RGB value is (88,80,103). Sum of RGB (Red+Green+Blue) = 88+80+103=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 103 - color contains mainly: blue. Hex color #585067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585067 is #A7AF98. Grayscale: #545454. Windows color (decimal): -10989465 or 6770776. OLE color: 6770776.

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

Color convert

RGB 88 80 103 -
CMYK 0.15 0.22 0 0.60
HSL 260.87º 0.13% 0.36% -
HSV(B) 260.87º 0.22% 0.4% -
XYZ 9.34 8.79 14.04 -
YUV 85.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 88 80 103 0.15 0.22 0 0.60 260.87 0.13 0.36
Hex 58 50 67 F 16 0 3C 105 D 24
Octal 130 120 147 17 26 0 74 405 15 44
Binary 1011000 1010000 1100111 1111 10110 0 111100 100000101 1101 100100

Color Harmonies of #585067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585067

Black with #585067

Text Example


Text Example

White with #585067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585067; }

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

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

background-color css

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

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

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

border-color css

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

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

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