#575262

Color #575262 Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #575262

Tints of Mulled Wine #575262

Color information

#575262 (or 0x575262) is unknown color: approx Mulled Wine. HEX triplet: 57, 52 and 62. RGB value is (87,82,98). Sum of RGB (Red+Green+Blue) = 87+82+98=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 98 - color contains mainly: blue. Hex color #575262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575262 is #A8AD9D. Grayscale: #555555. Windows color (decimal): -11054494 or 6443607. OLE color: 6443607.

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

Color convert

RGB878298-
CMYK0.110.1600.62
HSL258.75º8.89%35.29%-
HSV(B)258.75º16.33%38.43%-
XYZ9.158.9412.8-
YUV85.32135.16129.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=32.58%
G=30.71%
B=36.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8782980.110.1600.62258.758.8935.29
Hex575262B1003E103923
Octal12712214213200764031143
Binary10101111010010110001010111000001111101000000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575262; }

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

 H1.HeaderClassName
 {
   color: #575262;
 }
 .AnyTagClassName
 {
   color: #575262;
 }
</style>
background-color css

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

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

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

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

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

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