Html Css Color HEX #516984 Wedgewood

📋 copy color: '#516984'

red 81 ◦ green 105 ◦ blue 132

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

Shades of Wedgewood #516984

Tints of Wedgewood #516984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 25.47%
G = 33.02%
B = 41.51%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#516984 (or 0x516984) is known color: Wedgewood. HEX triplet: 51, 69 and 84. RGB value is (81,105,132). Sum of RGB (Red+Green+Blue) = 81+105+132=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #516984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516984 is #AE967B. Grayscale: #646464. Windows color (decimal): -11441788 or 8677713. OLE color: 8677713.

HSL color Cylindrical-coordinate representation of color #516984: hue angle of 211.76º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #516984 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 105 132 -
CMYK 0.39 0.20 0 0.48
HSL 211.76º 0.24% 0.42% -
HSV(B) 211.76º 0.39% 0.52% -
XYZ 12.61 13.52 23.77 -
YUV 100.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 81 105 132 0.39 0.20 0 0.48 211.76 0.24 0.42
Hex 51 69 84 27 14 0 30 D4 18 2A
Octal 121 151 204 47 24 0 60 324 30 52
Binary 1010001 1101001 10000100 100111 10100 0 110000 11010100 11000 101010

Color Harmonies of #516984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516984

Black with #516984

Text Example


Text Example

White with #516984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516984; }

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

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

background-color css

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

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

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

border-color css

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

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

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