Html Css Color HEX #516988 Wedgewood

📋 copy color: '#516988'

red 81 ◦ green 105 ◦ blue 136

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

Shades of Wedgewood #516988

Tints of Wedgewood #516988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.24%

R = 25.16%
G = 32.61%
B = 42.24%

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

#516988 (or 0x516988) is known color: Wedgewood. HEX triplet: 51, 69 and 88. RGB value is (81,105,136). Sum of RGB (Red+Green+Blue) = 81+105+136=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #516988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516988 is #AE9677. Grayscale: #656565. Windows color (decimal): -11441784 or 8939857. OLE color: 8939857.

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

Color convert

RGB 81 105 136 -
CMYK 0.40 0.23 0 0.47
HSL 213.82º 0.25% 0.43% -
HSV(B) 213.82º 0.4% 0.53% -
XYZ 12.89 13.63 25.24 -
YUV 101.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 81 105 136 0.40 0.23 0 0.47 213.82 0.25 0.43
Hex 51 69 88 28 17 0 2F D6 19 2B
Octal 121 151 210 50 27 0 57 326 31 53
Binary 1010001 1101001 10001000 101000 10111 0 101111 11010110 11001 101011

Color Harmonies of #516988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516988

Black with #516988

Text Example


Text Example

White with #516988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516988; }

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

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

background-color css

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

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

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

border-color css

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

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

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