Html Css Color HEX #516D84 Wedgewood

📋 copy color: '#516D84'

red 81 ◦ green 109 ◦ blue 132

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

Shades of Wedgewood #516D84

Tints of Wedgewood #516D84

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.85%

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

R = 25.16%
G = 33.85%
B = 40.99%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#516D84 (or 0x516D84) is known color: Wedgewood. HEX triplet: 51, 6D and 84. RGB value is (81,109,132). Sum of RGB (Red+Green+Blue) = 81+109+132=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #516D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516D84 is #AE927B. Grayscale: #676767. Windows color (decimal): -11440764 or 8678737. OLE color: 8678737.

HSL color Cylindrical-coordinate representation of color #516D84: hue angle of 207.06º 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 #516D84 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 109 132 -
CMYK 0.39 0.17 0 0.48
HSL 207.06º 0.24% 0.42% -
HSV(B) 207.06º 0.39% 0.52% -
XYZ 13.03 14.35 23.91 -
YUV 103.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 81 109 132 0.39 0.17 0 0.48 207.06 0.24 0.42
Hex 51 6D 84 27 11 0 30 CF 18 2A
Octal 121 155 204 47 21 0 60 317 30 52
Binary 1010001 1101101 10000100 100111 10001 0 110000 11001111 11000 101010

Color Harmonies of #516D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516D84

Black with #516D84

Text Example


Text Example

White with #516D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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