Html Css Color HEX #516982 Wedgewood

📋 copy color: '#516982'

red 81 ◦ green 105 ◦ blue 130

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

Shades of Wedgewood #516982

Tints of Wedgewood #516982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.23%

 BLUE value IS 130 (51.17% from 255) = 41.14%

R = 25.63%
G = 33.23%
B = 41.14%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#516982 (or 0x516982) is known color: Wedgewood. HEX triplet: 51, 69 and 82. RGB value is (81,105,130). Sum of RGB (Red+Green+Blue) = 81+105+130=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #516982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516982 is #AE967D. Grayscale: #646464. Windows color (decimal): -11441790 or 8546641. OLE color: 8546641.

HSL color Cylindrical-coordinate representation of color #516982: hue angle of 210.61º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #516982 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 105 130 -
CMYK 0.38 0.19 0 0.49
HSL 210.61º 0.23% 0.41% -
HSV(B) 210.61º 0.38% 0.51% -
XYZ 12.47 13.46 23.06 -
YUV 100.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 81 105 130 0.38 0.19 0 0.49 210.61 0.23 0.41
Hex 51 69 82 26 13 0 31 D3 17 29
Octal 121 151 202 46 23 0 61 323 27 51
Binary 1010001 1101001 10000010 100110 10011 0 110001 11010011 10111 101001

Color Harmonies of #516982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516982

Black with #516982

Text Example


Text Example

White with #516982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516982; }

 p { color: rgb(81,105,130); }

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

background-color css

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

 a { background-color: rgb(81,105,130); }

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

border-color css

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

 span { border-color: rgb(81,105,130); }

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