Html Css Color HEX #516780 Wedgewood

📋 copy color: '#516780'

red 81 ◦ green 103 ◦ blue 128

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

Shades of Wedgewood #516780

Tints of Wedgewood #516780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

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

R = 25.96%
G = 33.01%
B = 41.03%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#516780 (or 0x516780) is known color: Wedgewood. HEX triplet: 51, 67 and 80. RGB value is (81,103,128). Sum of RGB (Red+Green+Blue) = 81+103+128=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 128 - color contains mainly: blue. Hex color #516780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516780 is #AE987F. Grayscale: #636363. Windows color (decimal): -11442304 or 8415057. OLE color: 8415057.

HSL color Cylindrical-coordinate representation of color #516780: hue angle of 211.91º 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 #516780 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 103 128 -
CMYK 0.37 0.20 0 0.50
HSL 211.91º 0.22% 0.41% -
HSV(B) 211.91º 0.37% 0.5% -
XYZ 12.14 13.01 22.29 -
YUV 99.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 81 103 128 0.37 0.20 0 0.50 211.91 0.22 0.41
Hex 51 67 80 25 14 0 32 D4 16 29
Octal 121 147 200 45 24 0 62 324 26 51
Binary 1010001 1100111 10000000 100101 10100 0 110010 11010100 10110 101001

Color Harmonies of #516780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516780

Black with #516780

Text Example


Text Example

White with #516780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516780; }

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

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

background-color css

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

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

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

border-color css

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

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

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