Html Css Color HEX #516679 Wedgewood

📋 copy color: '#516679'

red 81 ◦ green 102 ◦ blue 121

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

Shades of Wedgewood #516679

Tints of Wedgewood #516679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.55%

 BLUE value IS 121 (47.66% from 255) = 39.8%

R = 26.64%
G = 33.55%
B = 39.8%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#516679 (or 0x516679) is known color: Wedgewood. HEX triplet: 51, 66 and 79. RGB value is (81,102,121). Sum of RGB (Red+Green+Blue) = 81+102+121=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 121 - color contains mainly: blue. Hex color #516679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516679 is #AE9986. Grayscale: #616161. Windows color (decimal): -11442567 or 7956049. OLE color: 7956049.

HSL color Cylindrical-coordinate representation of color #516679: hue angle of 208.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #516679 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 102 121 -
CMYK 0.33 0.16 0 0.53
HSL 208.5º 0.2% 0.4% -
HSV(B) 208.5º 0.33% 0.47% -
XYZ 11.6 12.63 19.92 -
YUV 97.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 81 102 121 0.33 0.16 0 0.53 208.5 0.2 0.4
Hex 51 66 79 21 10 0 35 D0 14 28
Octal 121 146 171 41 20 0 65 320 24 50
Binary 1010001 1100110 1111001 100001 10000 0 110101 11010000 10100 101000

Color Harmonies of #516679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516679

Black with #516679

Text Example


Text Example

White with #516679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516679; }

 p { color: rgb(81,102,121); }

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

background-color css

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

 a { background-color: rgb(81,102,121); }

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

border-color css

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

 span { border-color: rgb(81,102,121); }

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