#516662

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

Shades of William #516662

Tints of William #516662

Color information

#516662 (or 0x516662) is unknown color: approx William. HEX triplet: 51, 66 and 62. RGB value is (81,102,98). Sum of RGB (Red+Green+Blue) = 81+102+98=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 102 - color contains mainly: green. Hex color #516662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516662 is #AE999D. Grayscale: #5F5F5F. Windows color (decimal): -11442590 or 6448721. OLE color: 6448721.

HSL color Cylindrical-coordinate representation of color #516662: hue angle of 168.57º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #516662 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB8110298-
CMYK0.2100.040.6
HSL168.57º11.48%35.88%-
HSV(B)168.57º20.59%40%-
XYZ10.3512.1313.35-
YUV95.26129.54117.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=28.83%
G=36.30%
B=34.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81102980.2100.040.6168.5711.4835.88
Hex51666215043Ca9b24
Octal1211461422504742511344
Binary101000111001101100010101010100111100101010011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516662; }

 p { color: rgb(81,102,98); }

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

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

 a { background-color: rgb(81,102,98); }

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

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

 span { border-color: rgb(81,102,98); }

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