Html Css Color HEX #516579 Wedgewood

📋 copy color: '#516579'

red 81 ◦ green 101 ◦ blue 121

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

Shades of Wedgewood #516579

Tints of Wedgewood #516579

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.33%

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

R = 26.73%
G = 33.33%
B = 39.93%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#516579 (or 0x516579) is known color: Wedgewood. HEX triplet: 51, 65 and 79. RGB value is (81,101,121). Sum of RGB (Red+Green+Blue) = 81+101+121=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #516579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516579 is #AE9A86. Grayscale: #616161. Windows color (decimal): -11442823 or 7955793. OLE color: 7955793.

HSL color Cylindrical-coordinate representation of color #516579: hue angle of 210º 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 #516579 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 101 121 -
CMYK 0.33 0.17 0 0.53
HSL 210º 0.2% 0.4% -
HSV(B) 210º 0.33% 0.47% -
XYZ 11.5 12.44 19.88 -
YUV 97.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 81 101 121 0.33 0.17 0 0.53 210 0.2 0.4
Hex 51 65 79 21 11 0 35 D2 14 28
Octal 121 145 171 41 21 0 65 322 24 50
Binary 1010001 1100101 1111001 100001 10001 0 110101 11010010 10100 101000

Color Harmonies of #516579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516579

Black with #516579

Text Example


Text Example

White with #516579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516579; }

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

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

background-color css

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

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

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

border-color css

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

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

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