Html Css Color HEX #516784 Wedgewood

📋 copy color: '#516784'

red 81 ◦ green 103 ◦ blue 132

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

Shades of Wedgewood #516784

Tints of Wedgewood #516784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.59%

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

R = 25.63%
G = 32.59%
B = 41.77%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#516784 (or 0x516784) is known color: Wedgewood. HEX triplet: 51, 67 and 84. RGB value is (81,103,132). Sum of RGB (Red+Green+Blue) = 81+103+132=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #516784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516784 is #AE987B. Grayscale: #636363. Windows color (decimal): -11442300 or 8677201. OLE color: 8677201.

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

Color convert

RGB 81 103 132 -
CMYK 0.39 0.22 0 0.48
HSL 214.12º 0.24% 0.42% -
HSV(B) 214.12º 0.39% 0.52% -
XYZ 12.41 13.12 23.71 -
YUV 99.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 81 103 132 0.39 0.22 0 0.48 214.12 0.24 0.42
Hex 51 67 84 27 16 0 30 D6 18 2A
Octal 121 147 204 47 26 0 60 326 30 52
Binary 1010001 1100111 10000100 100111 10110 0 110000 11010110 11000 101010

Color Harmonies of #516784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516784

Black with #516784

Text Example


Text Example

White with #516784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516784; }

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

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

background-color css

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

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

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

border-color css

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

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

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