Html Css Color HEX #516683 Wedgewood

📋 copy color: '#516683'

red 81 ◦ green 102 ◦ blue 131

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

Shades of Wedgewood #516683

Tints of Wedgewood #516683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.48%

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

R = 25.8%
G = 32.48%
B = 41.72%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#516683 (or 0x516683) is known color: Wedgewood. HEX triplet: 51, 66 and 83. RGB value is (81,102,131). Sum of RGB (Red+Green+Blue) = 81+102+131=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #516683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516683 is #AE997C. Grayscale: #626262. Windows color (decimal): -11442557 or 8611409. OLE color: 8611409.

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

Color convert

RGB 81 102 131 -
CMYK 0.38 0.22 0 0.49
HSL 214.8º 0.24% 0.42% -
HSV(B) 214.8º 0.38% 0.51% -
XYZ 12.24 12.89 23.32 -
YUV 99.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 81 102 131 0.38 0.22 0 0.49 214.8 0.24 0.42
Hex 51 66 83 26 16 0 31 D7 18 2A
Octal 121 146 203 46 26 0 61 327 30 52
Binary 1010001 1100110 10000011 100110 10110 0 110001 11010111 11000 101010

Color Harmonies of #516683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516683

Black with #516683

Text Example


Text Example

White with #516683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516683; }

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

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

background-color css

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

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

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

border-color css

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

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

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