Html Css Color HEX #575068 Mulled Wine

📋 copy color: '#575068'

red 87 ◦ green 80 ◦ blue 104

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

Shades of Mulled Wine #575068

Tints of Mulled Wine #575068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.38%

R = 32.1%
G = 29.52%
B = 38.38%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#575068 (or 0x575068) is known color: Mulled Wine. HEX triplet: 57, 50 and 68. RGB value is (87,80,104). Sum of RGB (Red+Green+Blue) = 87+80+104=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 104 - color contains mainly: blue. Hex color #575068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575068 is #A8AF97. Grayscale: #545454. Windows color (decimal): -11055000 or 6836311. OLE color: 6836311.

HSL color Cylindrical-coordinate representation of color #575068: hue angle of 257.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #575068 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 87 80 104 -
CMYK 0.16 0.23 0 0.59
HSL 257.5º 0.13% 0.36% -
HSV(B) 257.5º 0.23% 0.41% -
XYZ 9.3 8.76 14.3 -
YUV 84.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 87 80 104 0.16 0.23 0 0.59 257.5 0.13 0.36
Hex 57 50 68 10 17 0 3B 102 D 24
Octal 127 120 150 20 27 0 73 402 15 44
Binary 1010111 1010000 1101000 10000 10111 0 111011 100000010 1101 100100

Color Harmonies of #575068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575068

Black with #575068

Text Example


Text Example

White with #575068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575068; }

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

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

background-color css

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

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

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

border-color css

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

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

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