Html Css Color HEX #516C81 Wedgewood

📋 copy color: '#516C81'

red 81 ◦ green 108 ◦ blue 129

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

Shades of Wedgewood #516C81

Tints of Wedgewood #516C81

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.96%

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

R = 25.47%
G = 33.96%
B = 40.57%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#516C81 (or 0x516C81) is known color: Wedgewood. HEX triplet: 51, 6C and 81. RGB value is (81,108,129). Sum of RGB (Red+Green+Blue) = 81+108+129=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #516C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C81 is #AE937E. Grayscale: #666666. Windows color (decimal): -11441023 or 8481873. OLE color: 8481873.

HSL color Cylindrical-coordinate representation of color #516C81: hue angle of 206.25º 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 #516C81 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 108 129 -
CMYK 0.37 0.16 0 0.49
HSL 206.25º 0.23% 0.41% -
HSV(B) 206.25º 0.37% 0.51% -
XYZ 12.72 14.06 22.81 -
YUV 102.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 81 108 129 0.37 0.16 0 0.49 206.25 0.23 0.41
Hex 51 6C 81 25 10 0 31 CE 17 29
Octal 121 154 201 45 20 0 61 316 27 51
Binary 1010001 1101100 10000001 100101 10000 0 110001 11001110 10111 101001

Color Harmonies of #516C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C81

Black with #516C81

Text Example


Text Example

White with #516C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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