Html Css Color HEX #514C68 Mulled Wine

📋 copy color: '#514C68'

red 81 ◦ green 76 ◦ blue 104

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

Shades of Mulled Wine #514C68

Tints of Mulled Wine #514C68

RGB

 RED value IS 81 (32.03% from 255) = 31.03%

 GREEN value IS 76 (30.08% from 255) = 29.12%

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

R = 31.03%
G = 29.12%
B = 39.85%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#514C68 (or 0x514C68) is known color: Mulled Wine. HEX triplet: 51, 4C and 68. RGB value is (81,76,104). Sum of RGB (Red+Green+Blue) = 81+76+104=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 104 - color contains mainly: blue. Hex color #514C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514C68 is #AEB397. Grayscale: #505050. Windows color (decimal): -11449240 or 6835281. OLE color: 6835281.

HSL color Cylindrical-coordinate representation of color #514C68: hue angle of 250.71º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #514C68 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 76 104 -
CMYK 0.22 0.27 0 0.59
HSL 250.71º 0.16% 0.35% -
HSV(B) 250.71º 0.27% 0.41% -
XYZ 8.48 7.92 14.18 -
YUV 80.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 81 76 104 0.22 0.27 0 0.59 250.71 0.16 0.35
Hex 51 4C 68 16 1B 0 3B FB 10 23
Octal 121 114 150 26 33 0 73 373 20 43
Binary 1010001 1001100 1101000 10110 11011 0 111011 11111011 10000 100011

Color Harmonies of #514C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C68

Black with #514C68

Text Example


Text Example

White with #514C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514C68; }

 p { color: rgb(81,76,104); }

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

background-color css

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

 a { background-color: rgb(81,76,104); }

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

border-color css

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

 span { border-color: rgb(81,76,104); }

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