Html Css Color HEX #516684 Wedgewood

📋 copy color: '#516684'

red 81 ◦ green 102 ◦ blue 132

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

Shades of Wedgewood #516684

Tints of Wedgewood #516684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.9%

R = 25.71%
G = 32.38%
B = 41.9%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#516684 (or 0x516684) is known color: Wedgewood. HEX triplet: 51, 66 and 84. RGB value is (81,102,132). Sum of RGB (Red+Green+Blue) = 81+102+132=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #516684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516684 is #AE997B. Grayscale: #636363. Windows color (decimal): -11442556 or 8676945. OLE color: 8676945.

HSL color Cylindrical-coordinate representation of color #516684: hue angle of 215.29º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #516684 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 102 132 -
CMYK 0.39 0.23 0 0.48
HSL 215.29º 0.24% 0.42% -
HSV(B) 215.29º 0.39% 0.52% -
XYZ 12.31 12.92 23.67 -
YUV 99.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 81 102 132 0.39 0.23 0 0.48 215.29 0.24 0.42
Hex 51 66 84 27 17 0 30 D7 18 2A
Octal 121 146 204 47 27 0 60 327 30 52
Binary 1010001 1100110 10000100 100111 10111 0 110000 11010111 11000 101010

Color Harmonies of #516684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516684

Black with #516684

Text Example


Text Example

White with #516684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516684; }

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

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

background-color css

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

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

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

border-color css

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

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

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