Html Css Color HEX #516781 Wedgewood

📋 copy color: '#516781'

red 81 ◦ green 103 ◦ blue 129

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

Shades of Wedgewood #516781

Tints of Wedgewood #516781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.21%

R = 25.88%
G = 32.91%
B = 41.21%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#516781 (or 0x516781) is known color: Wedgewood. HEX triplet: 51, 67 and 81. RGB value is (81,103,129). Sum of RGB (Red+Green+Blue) = 81+103+129=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #516781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516781 is #AE987E. Grayscale: #636363. Windows color (decimal): -11442303 or 8480593. OLE color: 8480593.

HSL color Cylindrical-coordinate representation of color #516781: hue angle of 212.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #516781 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 103 129 -
CMYK 0.37 0.20 0 0.49
HSL 212.5º 0.23% 0.41% -
HSV(B) 212.5º 0.37% 0.51% -
XYZ 12.21 13.03 22.64 -
YUV 99.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 81 103 129 0.37 0.20 0 0.49 212.5 0.23 0.41
Hex 51 67 81 25 14 0 31 D4 17 29
Octal 121 147 201 45 24 0 61 324 27 51
Binary 1010001 1100111 10000001 100101 10100 0 110001 11010100 10111 101001

Color Harmonies of #516781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516781

Black with #516781

Text Example


Text Example

White with #516781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516781; }

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

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

background-color css

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

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

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

border-color css

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

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

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