Html Css Color HEX #516886 Wedgewood

📋 copy color: '#516886'

red 81 ◦ green 104 ◦ blue 134

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

Shades of Wedgewood #516886

Tints of Wedgewood #516886

RGB

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

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

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

R = 25.39%
G = 32.6%
B = 42.01%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#516886 (or 0x516886) is known color: Wedgewood. HEX triplet: 51, 68 and 86. RGB value is (81,104,134). Sum of RGB (Red+Green+Blue) = 81+104+134=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #516886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516886 is #AE9779. Grayscale: #646464. Windows color (decimal): -11442042 or 8808529. OLE color: 8808529.

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

Color convert

RGB 81 104 134 -
CMYK 0.40 0.22 0 0.47
HSL 213.96º 0.25% 0.42% -
HSV(B) 213.96º 0.4% 0.53% -
XYZ 12.65 13.37 24.47 -
YUV 100.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 81 104 134 0.40 0.22 0 0.47 213.96 0.25 0.42
Hex 51 68 86 28 16 0 2F D6 19 2A
Octal 121 150 206 50 26 0 57 326 31 52
Binary 1010001 1101000 10000110 101000 10110 0 101111 11010110 11001 101010

Color Harmonies of #516886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516886

Black with #516886

Text Example


Text Example

White with #516886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516886; }

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

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

background-color css

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

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

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

border-color css

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

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

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