Html Css Color HEX #516887 Wedgewood

📋 copy color: '#516887'

red 81 ◦ green 104 ◦ blue 135

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

Shades of Wedgewood #516887

Tints of Wedgewood #516887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.19%

R = 25.31%
G = 32.5%
B = 42.19%

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

#516887 (or 0x516887) is known color: Wedgewood. HEX triplet: 51, 68 and 87. RGB value is (81,104,135). Sum of RGB (Red+Green+Blue) = 81+104+135=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #516887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516887 is #AE9778. Grayscale: #646464. Windows color (decimal): -11442041 or 8874065. OLE color: 8874065.

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

Color convert

RGB 81 104 135 -
CMYK 0.40 0.23 0 0.47
HSL 214.44º 0.25% 0.42% -
HSV(B) 214.44º 0.4% 0.53% -
XYZ 12.72 13.4 24.84 -
YUV 100.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 81 104 135 0.40 0.23 0 0.47 214.44 0.25 0.42
Hex 51 68 87 28 17 0 2F D6 19 2A
Octal 121 150 207 50 27 0 57 326 31 52
Binary 1010001 1101000 10000111 101000 10111 0 101111 11010110 11001 101010

Color Harmonies of #516887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516887

Black with #516887

Text Example


Text Example

White with #516887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516887; }

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

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

background-color css

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

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

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

border-color css

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

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

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