Html Css Color HEX #516983 Wedgewood

📋 copy color: '#516983'

red 81 ◦ green 105 ◦ blue 131

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

Shades of Wedgewood #516983

Tints of Wedgewood #516983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.32%

R = 25.55%
G = 33.12%
B = 41.32%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#516983 (or 0x516983) is known color: Wedgewood. HEX triplet: 51, 69 and 83. RGB value is (81,105,131). Sum of RGB (Red+Green+Blue) = 81+105+131=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 131 - color contains mainly: blue. Hex color #516983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516983 is #AE967C. Grayscale: #646464. Windows color (decimal): -11441789 or 8612177. OLE color: 8612177.

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

Color convert

RGB 81 105 131 -
CMYK 0.38 0.20 0 0.49
HSL 211.2º 0.24% 0.42% -
HSV(B) 211.2º 0.38% 0.51% -
XYZ 12.54 13.49 23.42 -
YUV 100.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 81 105 131 0.38 0.20 0 0.49 211.2 0.24 0.42
Hex 51 69 83 26 14 0 31 D3 18 2A
Octal 121 151 203 46 24 0 61 323 30 52
Binary 1010001 1101001 10000011 100110 10100 0 110001 11010011 11000 101010

Color Harmonies of #516983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516983

Black with #516983

Text Example


Text Example

White with #516983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516983; }

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

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

background-color css

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

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

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

border-color css

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

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

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