#51686D

Color #51686D Tax Break (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tax Break #51686D

Tints of Tax Break #51686D

Color information

#51686D (or 0x51686D) is unknown color: approx Tax Break. HEX triplet: 51, 68 and 6D. RGB value is (81,104,109). Sum of RGB (Red+Green+Blue) = 81+104+109=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 109 - color contains mainly: blue. Hex color #51686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51686D is #AE9792. Grayscale: #616161. Windows color (decimal): -11442067 or 7170129. OLE color: 7170129.

HSL color Cylindrical-coordinate representation of color #51686D: hue angle of 190.71º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51686D is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB81104109-
CMYK0.260.0500.57
HSL190.71º14.74%37.25%-
HSV(B)190.71º25.69%42.75%-
XYZ11.112.7516.34-
YUV97.69134.38116.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=27.55%
G=35.37%
B=37.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal811041090.260.0500.57190.7114.7437.25
Hex51686D1A5039bff25
Octal1211501553250712771745
Binary101000111010001101101110101010111001101111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51686D; }

 p { color: rgb(81,104,109); }

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

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

 a { background-color: rgb(81,104,109); }

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

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

 span { border-color: rgb(81,104,109); }

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