Html Css Color HEX #585266 Mulled Wine

📋 copy color: '#585266'

red 88 ◦ green 82 ◦ blue 102

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

Shades of Mulled Wine #585266

Tints of Mulled Wine #585266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.5%

R = 32.35%
G = 30.15%
B = 37.5%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#585266 (or 0x585266) is known color: Mulled Wine. HEX triplet: 58, 52 and 66. RGB value is (88,82,102). Sum of RGB (Red+Green+Blue) = 88+82+102=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 102 - color contains mainly: blue. Hex color #585266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585266 is #A7AD99. Grayscale: #565656. Windows color (decimal): -10988954 or 6705752. OLE color: 6705752.

HSL color Cylindrical-coordinate representation of color #585266: hue angle of 258º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #585266 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 82 102 -
CMYK 0.14 0.20 0 0.6
HSL 258º 0.11% 0.36% -
HSV(B) 258º 0.2% 0.4% -
XYZ 9.44 9.07 13.82 -
YUV 86.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 88 82 102 0.14 0.20 0 0.6 258 0.11 0.36
Hex 58 52 66 E 14 0 3C 102 B 24
Octal 130 122 146 16 24 0 74 402 13 44
Binary 1011000 1010010 1100110 1110 10100 0 111100 100000010 1011 100100

Color Harmonies of #585266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585266

Black with #585266

Text Example


Text Example

White with #585266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585266; }

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

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

background-color css

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

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

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

border-color css

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

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

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