#516967

Color #516967 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #516967

Tints of William #516967

Color information

#516967 (or 0x516967) is unknown color: approx William. HEX triplet: 51, 69 and 67. RGB value is (81,105,103). Sum of RGB (Red+Green+Blue) = 81+105+103=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #516967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516967 is #AE9698. Grayscale: #616161. Windows color (decimal): -11441817 or 6777169. OLE color: 6777169.

HSL color Cylindrical-coordinate representation of color #516967: hue angle of 175º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #516967 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB81105103-
CMYK0.2300.020.59
HSL175º12.9%36.47%-
HSV(B)175º22.86%41.18%-
XYZ10.8912.8314.73-
YUV97.6131.05116.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.03%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 103 (40.62% from 255) = 35.64%
R=28.03%
G=36.33%
B=35.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal811051030.2300.020.5917512.936.47
Hex51696717023Bafd24
Octal1211511472702732571544
Binary10100011101001110011110111010111011101011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516967; }

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

 H1.HeaderClassName
 {
   color: #516967;
 }
 .AnyTagClassName
 {
   color: #516967;
 }
</style>
background-color css

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

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

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

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

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

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