Html Css Color HEX #575362 Mulled Wine

📋 copy color: '#575362'

red 87 ◦ green 83 ◦ blue 98

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

Shades of Mulled Wine #575362

Tints of Mulled Wine #575362

RGB

 RED value IS 87 (34.38% from 255) = 32.46%

 GREEN value IS 83 (32.81% from 255) = 30.97%

 BLUE value IS 98 (38.67% from 255) = 36.57%

R = 32.46%
G = 30.97%
B = 36.57%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575362 (or 0x575362) is known color: Mulled Wine. HEX triplet: 57, 53 and 62. RGB value is (87,83,98). Sum of RGB (Red+Green+Blue) = 87+83+98=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 98 - color contains mainly: blue. Hex color #575362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575362 is #A8AC9D. Grayscale: #555555. Windows color (decimal): -11054238 or 6443863. OLE color: 6443863.

HSL color Cylindrical-coordinate representation of color #575362: hue angle of 256º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #575362 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 83 98 -
CMYK 0.11 0.15 0 0.62
HSL 256º 0.08% 0.35% -
HSV(B) 256º 0.15% 0.38% -
XYZ 9.23 9.09 12.82 -
YUV 85.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 87 83 98 0.11 0.15 0 0.62 256 0.08 0.35
Hex 57 53 62 B F 0 3E 100 8 23
Octal 127 123 142 13 17 0 76 400 10 43
Binary 1010111 1010011 1100010 1011 1111 0 111110 100000000 1000 100011

Color Harmonies of #575362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575362

Black with #575362

Text Example


Text Example

White with #575362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575362; }

 p { color: rgb(87,83,98); }

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

background-color css

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

 a { background-color: rgb(87,83,98); }

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

border-color css

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

 span { border-color: rgb(87,83,98); }

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