Html Css Color HEX #516E80 Wedgewood

📋 copy color: '#516E80'

red 81 ◦ green 110 ◦ blue 128

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

Shades of Wedgewood #516E80

Tints of Wedgewood #516E80

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.48%

 BLUE value IS 128 (50.39% from 255) = 40.13%

R = 25.39%
G = 34.48%
B = 40.13%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#516E80 (or 0x516E80) is known color: Wedgewood. HEX triplet: 51, 6E and 80. RGB value is (81,110,128). Sum of RGB (Red+Green+Blue) = 81+110+128=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 128 - color contains mainly: blue. Hex color #516E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516E80 is #AE917F. Grayscale: #676767. Windows color (decimal): -11440512 or 8416849. OLE color: 8416849.

HSL color Cylindrical-coordinate representation of color #516E80: hue angle of 202.98º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #516E80 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 110 128 -
CMYK 0.37 0.14 0 0.50
HSL 202.98º 0.22% 0.41% -
HSV(B) 202.98º 0.37% 0.5% -
XYZ 12.87 14.46 22.53 -
YUV 103.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 81 110 128 0.37 0.14 0 0.50 202.98 0.22 0.41
Hex 51 6E 80 25 E 0 32 CB 16 29
Octal 121 156 200 45 16 0 62 313 26 51
Binary 1010001 1101110 10000000 100101 1110 0 110010 11001011 10110 101001

Color Harmonies of #516E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516E80

Black with #516E80

Text Example


Text Example

White with #516E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516E80; }

 p { color: rgb(81,110,128); }

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

background-color css

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

 a { background-color: rgb(81,110,128); }

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

border-color css

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

 span { border-color: rgb(81,110,128); }

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