Html Css Color HEX #516882 Wedgewood

📋 copy color: '#516882'

red 81 ◦ green 104 ◦ blue 130

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

Shades of Wedgewood #516882

Tints of Wedgewood #516882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.02%

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

R = 25.71%
G = 33.02%
B = 41.27%

CMYK

 C value IS 0.38

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#516882 (or 0x516882) is known color: Wedgewood. HEX triplet: 51, 68 and 82. RGB value is (81,104,130). Sum of RGB (Red+Green+Blue) = 81+104+130=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #516882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516882 is #AE977D. Grayscale: #636363. Windows color (decimal): -11442046 or 8546385. OLE color: 8546385.

HSL color Cylindrical-coordinate representation of color #516882: hue angle of 211.84º 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 #516882 is Cyan = 0.38, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 104 130 -
CMYK 0.38 0.2 0 0.49
HSL 211.84º 0.23% 0.41% -
HSV(B) 211.84º 0.38% 0.51% -
XYZ 12.37 13.26 23.03 -
YUV 100.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 81 104 130 0.38 0.2 0 0.49 211.84 0.23 0.41
Hex 51 68 82 26 14 0 31 D4 17 29
Octal 121 150 202 46 24 0 61 324 27 51
Binary 1010001 1101000 10000010 100110 10100 0 110001 11010100 10111 101001

Color Harmonies of #516882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516882

Black with #516882

Text Example


Text Example

White with #516882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516882; }

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

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

background-color css

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

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

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

border-color css

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

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

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