#516663

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

Shades of William #516663

Tints of William #516663

Color information

#516663 (or 0x516663) is unknown color: approx William. HEX triplet: 51, 66 and 63. RGB value is (81,102,99). Sum of RGB (Red+Green+Blue) = 81+102+99=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 102 - color contains mainly: green. Hex color #516663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516663 is #AE999C. Grayscale: #5F5F5F. Windows color (decimal): -11442589 or 6514257. OLE color: 6514257.

HSL color Cylindrical-coordinate representation of color #516663: hue angle of 171.43º 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 #516663 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB8110299-
CMYK0.2100.030.6
HSL171.43º11.48%35.88%-
HSV(B)171.43º20.59%40%-
XYZ10.412.1513.6-
YUV95.38130.04117.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.72%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=28.72%
G=36.17%
B=35.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81102990.2100.030.6171.4311.4835.88
Hex51666315033Cabb24
Octal1211461432503742531344
Binary10100011100110110001110101011111100101010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516663; }

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

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

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

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

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

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

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

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