Html Css Color HEX #516987 Wedgewood

📋 copy color: '#516987'

red 81 ◦ green 105 ◦ blue 135

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

Shades of Wedgewood #516987

Tints of Wedgewood #516987

RGB

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

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

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

R = 25.23%
G = 32.71%
B = 42.06%

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

#516987 (or 0x516987) is known color: Wedgewood. HEX triplet: 51, 69 and 87. RGB value is (81,105,135). Sum of RGB (Red+Green+Blue) = 81+105+135=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #516987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516987 is #AE9678. Grayscale: #656565. Windows color (decimal): -11441785 or 8874321. OLE color: 8874321.

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

Color convert

RGB 81 105 135 -
CMYK 0.40 0.22 0 0.47
HSL 213.33º 0.25% 0.42% -
HSV(B) 213.33º 0.4% 0.53% -
XYZ 12.82 13.6 24.87 -
YUV 101.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 81 105 135 0.40 0.22 0 0.47 213.33 0.25 0.42
Hex 51 69 87 28 16 0 2F D5 19 2A
Octal 121 151 207 50 26 0 57 325 31 52
Binary 1010001 1101001 10000111 101000 10110 0 101111 11010101 11001 101010

Color Harmonies of #516987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516987

Black with #516987

Text Example


Text Example

White with #516987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516987; }

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

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

background-color css

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

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

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

border-color css

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

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

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