Html Css Color HEX #516786 Wedgewood

📋 copy color: '#516786'

red 81 ◦ green 103 ◦ blue 134

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

Shades of Wedgewood #516786

Tints of Wedgewood #516786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.39%

 BLUE value IS 134 (52.73% from 255) = 42.14%

R = 25.47%
G = 32.39%
B = 42.14%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#516786 (or 0x516786) is known color: Wedgewood. HEX triplet: 51, 67 and 86. RGB value is (81,103,134). Sum of RGB (Red+Green+Blue) = 81+103+134=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #516786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516786 is #AE9879. Grayscale: #636363. Windows color (decimal): -11442298 or 8808273. OLE color: 8808273.

HSL color Cylindrical-coordinate representation of color #516786: hue angle of 215.09º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #516786 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 103 134 -
CMYK 0.40 0.23 0 0.47
HSL 215.09º 0.25% 0.42% -
HSV(B) 215.09º 0.4% 0.53% -
XYZ 12.55 13.17 24.44 -
YUV 99.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 81 103 134 0.40 0.23 0 0.47 215.09 0.25 0.42
Hex 51 67 86 28 17 0 2F D7 19 2A
Octal 121 147 206 50 27 0 57 327 31 52
Binary 1010001 1100111 10000110 101000 10111 0 101111 11010111 11001 101010

Color Harmonies of #516786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516786

Black with #516786

Text Example


Text Example

White with #516786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516786; }

 p { color: rgb(81,103,134); }

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

background-color css

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

 a { background-color: rgb(81,103,134); }

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

border-color css

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

 span { border-color: rgb(81,103,134); }

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