Html Css Color HEX #575067 Mulled Wine

📋 copy color: '#575067'

red 87 ◦ green 80 ◦ blue 103

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

Shades of Mulled Wine #575067

Tints of Mulled Wine #575067

RGB

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

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

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

R = 32.22%
G = 29.63%
B = 38.15%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#575067 (or 0x575067) is known color: Mulled Wine. HEX triplet: 57, 50 and 67. RGB value is (87,80,103). Sum of RGB (Red+Green+Blue) = 87+80+103=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 103 - color contains mainly: blue. Hex color #575067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575067 is #A8AF98. Grayscale: #545454. Windows color (decimal): -11055001 or 6770775. OLE color: 6770775.

HSL color Cylindrical-coordinate representation of color #575067: hue angle of 258.26º 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 #575067 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 80 103 -
CMYK 0.16 0.22 0 0.60
HSL 258.26º 0.13% 0.36% -
HSV(B) 258.26º 0.22% 0.4% -
XYZ 9.25 8.74 14.03 -
YUV 84.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 87 80 103 0.16 0.22 0 0.60 258.26 0.13 0.36
Hex 57 50 67 10 16 0 3C 102 D 24
Octal 127 120 147 20 26 0 74 402 15 44
Binary 1010111 1010000 1100111 10000 10110 0 111100 100000010 1101 100100

Color Harmonies of #575067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575067

Black with #575067

Text Example


Text Example

White with #575067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575067; }

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

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

background-color css

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

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

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

border-color css

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

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

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