Html Css Color HEX #575460 Mulled Wine

📋 copy color: '#575460'

red 87 ◦ green 84 ◦ blue 96

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

Shades of Mulled Wine #575460

Tints of Mulled Wine #575460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.46%

 BLUE value IS 96 (37.89% from 255) = 35.96%

R = 32.58%
G = 31.46%
B = 35.96%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575460 (or 0x575460) is known color: Mulled Wine. HEX triplet: 57, 54 and 60. RGB value is (87,84,96). Sum of RGB (Red+Green+Blue) = 87+84+96=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 96 - color contains mainly: blue. Hex color #575460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575460 is #A8AB9F. Grayscale: #565656. Windows color (decimal): -11053984 or 6313047. OLE color: 6313047.

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

Color convert

RGB 87 84 96 -
CMYK 0.09 0.12 0 0.62
HSL 255º 0.07% 0.35% -
HSV(B) 255º 0.13% 0.38% -
XYZ 9.21 9.21 12.36 -
YUV 86.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 87 84 96 0.09 0.12 0 0.62 255 0.07 0.35
Hex 57 54 60 9 C 0 3E FF 7 23
Octal 127 124 140 11 14 0 76 377 7 43
Binary 1010111 1010100 1100000 1001 1100 0 111110 11111111 111 100011

Color Harmonies of #575460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575460

Black with #575460

Text Example


Text Example

White with #575460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575460; }

 p { color: rgb(87,84,96); }

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

background-color css

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

 a { background-color: rgb(87,84,96); }

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

border-color css

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

 span { border-color: rgb(87,84,96); }

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