Html Css Color HEX #516A7F Wedgewood

📋 copy color: '#516A7F'

red 81 ◦ green 106 ◦ blue 127

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

Shades of Wedgewood #516A7F

Tints of Wedgewood #516A7F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.76%

 BLUE value IS 127 (50% from 255) = 40.45%

R = 25.8%
G = 33.76%
B = 40.45%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#516A7F (or 0x516A7F) is known color: Wedgewood. HEX triplet: 51, 6A and 7F. RGB value is (81,106,127). Sum of RGB (Red+Green+Blue) = 81+106+127=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #516A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A7F is #AE9580. Grayscale: #646464. Windows color (decimal): -11441537 or 8350289. OLE color: 8350289.

HSL color Cylindrical-coordinate representation of color #516A7F: hue angle of 207.39º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #516A7F is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 106 127 -
CMYK 0.36 0.17 0 0.50
HSL 207.39º 0.22% 0.41% -
HSV(B) 207.39º 0.36% 0.5% -
XYZ 12.38 13.59 22.05 -
YUV 100.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 81 106 127 0.36 0.17 0 0.50 207.39 0.22 0.41
Hex 51 6A 7F 24 11 0 32 CF 16 29
Octal 121 152 177 44 21 0 62 317 26 51
Binary 1010001 1101010 1111111 100100 10001 0 110010 11001111 10110 101001

Color Harmonies of #516A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516A7F

Black with #516A7F

Text Example


Text Example

White with #516A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,106,127); }

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

background-color css

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

 a { background-color: rgb(81,106,127); }

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

border-color css

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

 span { border-color: rgb(81,106,127); }

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